Class SentApplicationEvent

  • All Implemented Interfaces:
    Serializable

    public class SentApplicationEvent
    extends org.springframework.context.ApplicationEvent
    An event signalling that a remote event was sent somewhere in the system. This is not itself a RemoteApplicationEvent, so it isn't sent over the bus, instead it is generated locally (possibly in response to a remote event). Applications that want to audit remote events can listen for this one and the AckRemoteApplicationEvent from all the consumers (the id of this event is the ackId of the corresponding ACK.
    Author:
    Dave Syer
    See Also:
    Serialized Form