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 SummaryConstructorsConstructorDescriptionRetryHandlerStatus(RetryHandler source, RetryHandlerStatusType status, NotificationStateRepository repository, String messageType) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe 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 reportedinthashCode()toString()
- 
Constructor Details- 
RetryHandlerStatuspublic RetryHandlerStatus(RetryHandler source, RetryHandlerStatusType status, NotificationStateRepository repository, String messageType) 
 
- 
- 
Method Details- 
getSourceThe handler responsible for the activity
- 
getStatusThe lifecycle event type being reported
- 
getRepositoryThe repository associated with the durable notification state for the message
- 
getMessageTypeThe unique identifier for the type of message being handled
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-