Class ShutdownRemoteApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
org.springframework.cloud.bus.event.ShutdownRemoteApplicationEvent
- All Implemented Interfaces:
Serializable
Event which indicates the application should be shutdown.
- Author:
- Ryan Baxter
- See Also:
-
Field Summary
Fields inherited from class org.springframework.cloud.bus.event.RemoteApplicationEvent
DEFAULT_DESTINATION_FACTORYFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionShutdownRemoteApplicationEvent(Object source, String originService, Destination destination) -
Method Summary
Methods inherited from class org.springframework.cloud.bus.event.RemoteApplicationEvent
equals, getDestinationService, getId, getOriginService, hashCode, toStringMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
ShutdownRemoteApplicationEvent
-