@ProviderType public static class RequestReplyMessageReceiver.FailedReplyEvent extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Destination |
getDestination()
Retrieves the message destination that's associated with a given event.
|
PubSubPlusClientException |
getException()
Retrieves the exception that's associated with a given event.
|
OutboundMessage |
getReplyMessage()
Retrieves a reply message that's associated with a given event.
|
InboundMessage |
getRequestMessage()
Retrieves a request message that's associated with a given event.
|
long |
getTimeStamp()
Retrieves the timestamp of the event, in number of milliseconds from the Epoch time (since
1970-01-01T00:00:00Z).
|
String |
toString() |
public InboundMessage getRequestMessage()
public OutboundMessage getReplyMessage()
public Destination getDestination()
null when
not availablepublic long getTimeStamp()
public PubSubPlusClientException getException()
nullCopyright 2019-2025 Solace Corporation. All rights reserved.