Interface EventMessage

  • All Superinterfaces:
    Message<EventMessage>
    All Known Implementing Classes:
    NullEventMessageImpl

    public interface EventMessage
    extends Message<EventMessage>

    Methods to set message fields specific to Events.

    An EventMessage is a message to SAS describing a network event or processing step within a network service. EventMessages have an ID used to look up a description from a bundle deployed to the SAS server and contain parameters holding information about the state of the system that led to the event being reported.

    Since:
    Rhino 2.6.0
    • Method Detail

      • timestamp

        EventMessage timestamp​(long timestamp)
        Parameters:
        timestamp - the timestamp to set
        Returns:
        this to allow method chaining