public abstract class RemoteApplicationEvent
extends org.springframework.context.ApplicationEvent
| Modifier and Type | Field and Description |
|---|---|
protected static PathDestinationFactory |
DEFAULT_DESTINATION_FACTORY |
source| Modifier | Constructor and Description |
|---|---|
protected |
RemoteApplicationEvent() |
protected |
RemoteApplicationEvent(Object source,
String originService)
Deprecated.
|
protected |
RemoteApplicationEvent(Object source,
String originService,
Destination destination) |
protected |
RemoteApplicationEvent(Object source,
String originService,
String destinationService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDestinationService() |
String |
getId() |
String |
getOriginService() |
int |
hashCode() |
String |
toString() |
getSourceprotected static final PathDestinationFactory DEFAULT_DESTINATION_FACTORY
protected RemoteApplicationEvent()
@Deprecated protected RemoteApplicationEvent(Object source, String originService, String destinationService)
protected RemoteApplicationEvent(Object source, String originService, Destination destination)
@Deprecated protected RemoteApplicationEvent(Object source, String originService)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.