Class AckRemoteApplicationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
org.springframework.cloud.bus.event.AckRemoteApplicationEvent
All Implemented Interfaces:
Serializable

public class AckRemoteApplicationEvent extends RemoteApplicationEvent
An event that signals an ack of a specific RemoteApplicationEvent. These events can be monitored by any applications that want to audit the responses to bus events. They behave like normal remote application events, in the sense that if the destination service matches the local service ID the application fires the event in its context.
Author:
Dave Syer
See Also: