@ProviderType public static class DirectMessagePublisher.FailedPublishEvent 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 |
getMessage()
Retrieves a 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 Destination getDestination()
null when
not availablepublic PubSubPlusClientException getException()
nullpublic OutboundMessage getMessage()
public long getTimeStamp()
Copyright 2019-2025 Solace Corporation. All rights reserved.