Class RemoteApplicationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AckRemoteApplicationEvent, EnvironmentChangeRemoteApplicationEvent, RefreshRemoteApplicationEvent, UnknownRemoteApplicationEvent

public abstract class RemoteApplicationEvent extends org.springframework.context.ApplicationEvent
Author:
Spencer Gibb
See Also:
  • Field Details

  • Constructor Details

    • RemoteApplicationEvent

      protected RemoteApplicationEvent()
    • RemoteApplicationEvent

      @Deprecated protected RemoteApplicationEvent(Object source, String originService, String destinationService)
      Deprecated.
    • RemoteApplicationEvent

      protected RemoteApplicationEvent(Object source, String originService, Destination destination)
    • RemoteApplicationEvent

      @Deprecated protected RemoteApplicationEvent(Object source, String originService)
      Deprecated.
  • Method Details

    • getOriginService

      public String getOriginService()
    • getDestinationService

      public String getDestinationService()
    • getId

      public String getId()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class EventObject