Class RetryHandlerStatus
java.lang.Object
com.broadleafcommerce.common.messaging.notification.RetryHandlerStatus
Status description of a retry handler lifecycle event.
- See Also:
-
RetryHandler#status(Consumer)
-
Constructor Summary
ConstructorsConstructorDescriptionRetryHandlerStatus
(RetryHandler source, RetryHandlerStatusType status, NotificationStateRepository repository, String messageType) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The unique identifier for the type of message being handledThe repository associated with the durable notification state for the messageThe handler responsible for the activityThe lifecycle event type being reportedint
hashCode()
toString()
-
Constructor Details
-
RetryHandlerStatus
public RetryHandlerStatus(RetryHandler source, RetryHandlerStatusType status, NotificationStateRepository repository, String messageType)
-
-
Method Details
-
getSource
The handler responsible for the activity -
getStatus
The lifecycle event type being reported -
getRepository
The repository associated with the durable notification state for the message -
getMessageType
The unique identifier for the type of message being handled -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-