public class EventProcessorInfoConfiguration extends Object implements org.axonframework.config.ModuleConfiguration
| Constructor and Description |
|---|
EventProcessorInfoConfiguration(org.axonframework.config.EventHandlingConfiguration eventHandlinConf,
PlatformConnectionManager connectionManager,
AxonServerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.axonframework.config.Configuration config) |
void |
shutdown() |
void |
start() |
public EventProcessorInfoConfiguration(org.axonframework.config.EventHandlingConfiguration eventHandlinConf,
PlatformConnectionManager connectionManager,
AxonServerConfiguration configuration)
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–2018. All rights reserved.