Class TerminalEventMessage

All Implemented Interfaces:
Message, EventMessage

@Internal public class TerminalEventMessage extends GenericEventMessage implements EventMessage
Empty EventMessage implementation without any payload, used as the terminal message of a MessageStream. This thus signals the end of the MessageStream.

Only useful to be paired with Context information in an event-specific MessageStream when there is no event payload to combine it with.

Since:
5.0.0
Author:
Steven van Beelen