public class EventProcessorControlService extends Object
PlatformOutboundInstructions to control EventProcessors when for example
requested by Axon Server. Will delegate the calls to the AxonServerConnectionManager and/or EventProcessorController for further processing.| Constructor and Description |
|---|
EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager,
EventProcessorController eventProcessorController)
Initialize a
EventProcessorControlService which adds Consumers to the given
AxonServerConnectionManager on PlatformOutboundInstructions. |
public EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager, EventProcessorController eventProcessorController)
EventProcessorControlService which adds Consumers to the given
AxonServerConnectionManager on PlatformOutboundInstructions. These Consumers typically leverage
the EventProcessorController to issue operations to the EventProcessors contained in this
application.axonServerConnectionManager - a AxonServerConnectionManager used to add operations when
PlatformOutboundInstruction have been receivedeventProcessorController - the EventProcessorController used to perform operations on the
EventProcessorsCopyright © 2010–2019. All rights reserved.