Class EventProcessorControlService

java.lang.Object
org.axonframework.axonserver.connector.processor.EventProcessorControlService
All Implemented Interfaces:
Lifecycle

public class EventProcessorControlService extends Object implements Lifecycle
Service that listens to PlatformOutboundInstructions to control EventProcessors when for example requested by Axon Server. Will delegate the calls to the AxonServerConnectionManager for further processing.
Since:
4.0
Author:
Sara Pellegrini