Class RefreshRemoteApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
org.springframework.cloud.bus.event.RefreshRemoteApplicationEvent
- 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
ConstructorsConstructorDescriptionRefreshRemoteApplicationEvent(Object source, String originService, String destination) Deprecated.RefreshRemoteApplicationEvent(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
-
RefreshRemoteApplicationEvent
@Deprecated public RefreshRemoteApplicationEvent(Object source, String originService, String destination) Deprecated. -
RefreshRemoteApplicationEvent
-