public class EventProcessorControlService extends Object
PlatformOutboundInstruction
s to control EventProcessor
s when requested by AxonServer.Constructor and Description |
---|
EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager,
EventProcessorController eventProcessorController) |
Modifier and Type | Method and Description |
---|---|
void |
getEventProcessorInfo(PlatformOutboundInstruction platformOutboundInstruction) |
void |
pauseProcessor(PlatformOutboundInstruction platformOutboundInstruction) |
void |
releaseSegment(PlatformOutboundInstruction platformOutboundInstruction) |
void |
start() |
void |
startProcessor(PlatformOutboundInstruction platformOutboundInstruction) |
public EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager, EventProcessorController eventProcessorController)
public void start()
public void pauseProcessor(PlatformOutboundInstruction platformOutboundInstruction)
public void startProcessor(PlatformOutboundInstruction platformOutboundInstruction)
public void releaseSegment(PlatformOutboundInstruction platformOutboundInstruction)
public void getEventProcessorInfo(PlatformOutboundInstruction platformOutboundInstruction)
Copyright © 2010–2018. All rights reserved.