Class MessagePipeline<T extends LiveScoutEntityBase>

  • All Implemented Interfaces:
    MessageProcessor<T>

    public class MessagePipeline<T extends LiveScoutEntityBase>
    extends Object
    implements MessageProcessor<T>
    A message - processing pipeline which consists of multiple MessageProcessor instances. Each message processor can, after processing the message hand it to the next processor, or can stop the processing of the current message.
    Author:
    uros.bregar