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

public class ShutdownRemoteApplicationEvent extends RemoteApplicationEvent
Event which indicates the application should be shutdown.
Author:
Ryan Baxter
See Also:
  • Constructor Details

    • ShutdownRemoteApplicationEvent

      public ShutdownRemoteApplicationEvent(Object source, String originService, Destination destination)