Class EnvironmentChangeRemoteApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
org.springframework.cloud.bus.event.EnvironmentChangeRemoteApplicationEvent
- All Implemented Interfaces:
Serializable
- Author:
- Spencer Gibb
- 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
ConstructorsConstructorDescriptionEnvironmentChangeRemoteApplicationEvent(Object source, String originService, String destinationService, Map<String, String> values) Deprecated.EnvironmentChangeRemoteApplicationEvent(Object source, String originService, Destination destination, Map<String, String> values) -
Method Summary
Methods inherited from class org.springframework.cloud.bus.event.RemoteApplicationEvent
getDestinationService, getId, getOriginServiceMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
Method Details
-
getValues
-
hashCode
public int hashCode()- Overrides:
hashCodein classRemoteApplicationEvent
-
equals
- Overrides:
equalsin classRemoteApplicationEvent
-
toString
- Overrides:
toStringin classRemoteApplicationEvent
-