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 Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedRemoteApplicationEvent(Object source, String originService) Deprecated.protectedRemoteApplicationEvent(Object source, String originService, String destinationService) Deprecated.protectedRemoteApplicationEvent(Object source, String originService, Destination destination) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Field Details
-
DEFAULT_DESTINATION_FACTORY
-
-
Constructor Details
-
RemoteApplicationEvent
protected RemoteApplicationEvent() -
RemoteApplicationEvent
@Deprecated protected RemoteApplicationEvent(Object source, String originService, String destinationService) Deprecated. -
RemoteApplicationEvent
-
RemoteApplicationEvent
Deprecated.
-
-
Method Details