Interface SmartListenerConfigProvider
-
- All Known Subinterfaces:
DependencyExtractor,SmartListenerConfigurationProvider
- All Known Implementing Classes:
DefaultValidationRuleImpl
@OpenApiAll public interface SmartListenerConfigProviderDefines interface for smart listeners configuration providers by element class type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.Class<? extends Element>,java.util.Collection<SmartListenerConfig>>getListenerConfigurations()Implementation of the method should return a map of classes derived fromElementclass andSmartListenerConfigobjects.
-
-
-
Method Detail
-
getListenerConfigurations
@CheckForNull java.util.Map<java.lang.Class<? extends Element>,java.util.Collection<SmartListenerConfig>> getListenerConfigurations()
Implementation of the method should return a map of classes derived fromElementclass andSmartListenerConfigobjects.- Returns:
- map of listener configurations by element class type
-
-