Class StreamingEventProcessorInfoMessage

java.lang.Object
org.axonframework.axonserver.connector.processor.StreamingEventProcessorInfoMessage

public class StreamingEventProcessorInfoMessage extends Object
Supplier of PlatformInboundInstruction that represent the status of a StreamingEventProcessor.
Since:
4.0
Author:
Sara Pellegrini
  • Method Details

    • describe

      public static io.axoniq.axonserver.grpc.control.EventProcessorInfo describe(StreamingEventProcessor eventProcessor)
      Create an EventProcessorInfo based on the given eventProcessor.
      Parameters:
      eventProcessor - the StreamingEventProcessor to base an EventProcessorInfo on
      Returns:
      a EventProcessorInfo based on the given eventProcessor