Uses of Interface
org.axonframework.config.MessageMonitorFactory
Packages that use MessageMonitorFactory
-
Uses of MessageMonitorFactory in org.axonframework.config
Fields in org.axonframework.config with type parameters of type MessageMonitorFactoryModifier and TypeFieldDescriptionprotected final Map<String, MessageMonitorFactory> EventProcessingModule.messageMonitorFactoriesMethods in org.axonframework.config with parameters of type MessageMonitorFactoryModifier and TypeMethodDescriptionConfigurer.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.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.DefaultConfigurer.configureMessageMonitor(Class<?> componentType, String componentName, MessageMonitorFactory messageMonitorFactory) DefaultConfigurer.configureMessageMonitor(Class<?> componentType, MessageMonitorFactory messageMonitorFactory) EventProcessingConfigurer.registerMessageMonitorFactory(String eventProcessorName, MessageMonitorFactory messageMonitorFactory) EventProcessingModule.registerMessageMonitorFactory(String eventProcessorName, MessageMonitorFactory messageMonitorFactory)