public class AckRemoteApplicationEvent extends RemoteApplicationEvent
RemoteApplicationEvent. These events
can be monitored by any applications that want to audit the responses to bus events.
They behave like normal remote application events, in the sense that if the destination
service matches the local service ID the application fires the event in its context.DEFAULT_DESTINATION_FACTORYsource| Constructor and Description |
|---|
AckRemoteApplicationEvent(Object source,
String originService,
Destination destination,
String ackDestinationService,
String ackId,
Class<? extends RemoteApplicationEvent> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAckDestinationService() |
String |
getAckId() |
Class<? extends RemoteApplicationEvent> |
getEvent() |
int |
hashCode() |
void |
setEventName(String eventName)
Used by Jackson to set the remote class name of the event implementation.
|
getDestinationService, getId, getOriginService, toStringgetSourcepublic AckRemoteApplicationEvent(Object source, String originService, Destination destination, String ackDestinationService, String ackId, Class<? extends RemoteApplicationEvent> type)
public String getAckId()
public String getAckDestinationService()
public Class<? extends RemoteApplicationEvent> getEvent()
public void setEventName(String eventName)
UnknownRemoteApplicationEvent.eventName - the fq class name of the event implementation, not nullpublic int hashCode()
hashCode in class RemoteApplicationEventpublic boolean equals(Object obj)
equals in class RemoteApplicationEventCopyright © 2021 Pivotal Software, Inc.. All rights reserved.