public class EventProcessorControlService extends Object
PlatformOutboundInstruction
s to control EventProcessor
s 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 Consumer s to the given
AxonServerConnectionManager on PlatformOutboundInstruction s. |
public EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager, EventProcessorController eventProcessorController)
EventProcessorControlService
which adds Consumer
s to the given
AxonServerConnectionManager
on PlatformOutboundInstruction
s. These Consumers typically leverage
the EventProcessorController
to issue operations to the EventProcessor
s contained in this
application.axonServerConnectionManager
- a AxonServerConnectionManager
used to add operations when
PlatformOutboundInstruction
have been receivedeventProcessorController
- the EventProcessorController
used to perform operations on the
EventProcessor
sCopyright © 2010–2019. All rights reserved.