public class EventProcessorInfoConfiguration extends Object implements org.axonframework.config.ModuleConfiguration
EventProcessors with AxonServer.| Constructor and Description |
|---|
EventProcessorInfoConfiguration() |
EventProcessorInfoConfiguration(Function<org.axonframework.config.Configuration,org.axonframework.config.EventProcessingConfiguration> eventProcessingConfiguration,
Function<org.axonframework.config.Configuration,AxonServerConnectionManager> connectionManager,
Function<org.axonframework.config.Configuration,AxonServerConfiguration> axonServerConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.axonframework.config.Configuration config) |
void |
shutdown() |
void |
start() |
public EventProcessorInfoConfiguration()
public EventProcessorInfoConfiguration(Function<org.axonframework.config.Configuration,org.axonframework.config.EventProcessingConfiguration> eventProcessingConfiguration, Function<org.axonframework.config.Configuration,AxonServerConnectionManager> connectionManager, Function<org.axonframework.config.Configuration,AxonServerConfiguration> axonServerConfiguration)
public void initialize(org.axonframework.config.Configuration config)
initialize in interface org.axonframework.config.ModuleConfigurationpublic void start()
start in interface org.axonframework.config.ModuleConfigurationpublic void shutdown()
shutdown in interface org.axonframework.config.ModuleConfigurationCopyright © 2010–2019. All rights reserved.