@FunctionalInterface public interface MessageMonitorFactory
Modifier and Type | Method and Description |
---|---|
MessageMonitor<Message<?>> |
create(Configuration configuration,
Class<?> componentType,
String componentName)
Function to create a Message Monitor based on the given configuration, component type and component name.
|
MessageMonitor<Message<?>> create(Configuration configuration, Class<?> componentType, String componentName)
configuration
- The global configuration the implementation may use to obtain dependenciescomponentType
- The type of the component for which the Message Monitor must be createdcomponentName
- The name of the component for which the Message Monitor must be createdCopyright © 2010–2017. All rights reserved.