Class NotificationSentResult
java.lang.Object
de.xima.fc.notification.ms.impl.processors.NotificationSentResult
The result of a notification send attempt, including the original send request and whether it was successful.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationSentResult(NotificationSendRequest sendRequest, boolean success, Instant timestamp) -
Method Summary
-
Constructor Details
-
NotificationSentResult
public NotificationSentResult(NotificationSendRequest sendRequest, boolean success, Instant timestamp)
-
-
Method Details
-
getSendRequest
-
isSuccess
public boolean isSuccess() -
getTimestamp
-
equals
-
hashCode
-
toString
-