Package | Description |
---|---|
org.axonframework.config |
Modifier and Type | Method and Description |
---|---|
Configurer |
DefaultConfigurer.configureMessageMonitor(Class<?> componentType,
MessageMonitorFactory messageMonitorFactory) |
Configurer |
Configurer.configureMessageMonitor(Class<?> componentType,
MessageMonitorFactory messageMonitorFactory)
Configures the factory to create the Message Monitor for the Message processing components in this configuration
that match the given componentType, unless more specific configuration based on both type and name is available.
|
Configurer |
DefaultConfigurer.configureMessageMonitor(Class<?> componentType,
String componentName,
MessageMonitorFactory messageMonitorFactory) |
Configurer |
Configurer.configureMessageMonitor(Class<?> componentType,
String componentName,
MessageMonitorFactory messageMonitorFactory)
Configures the factory create the Message Monitor for those Message processing components in this configuration
that match the given class and name.
|
EventProcessingConfigurer |
EventProcessingModule.registerMessageMonitorFactory(String eventProcessorName,
MessageMonitorFactory messageMonitorFactory) |
EventProcessingConfigurer |
EventProcessingConfigurer.registerMessageMonitorFactory(String eventProcessorName,
MessageMonitorFactory messageMonitorFactory)
|
Copyright © 2010–2022. All rights reserved.