Uses of Class
com.broadleafcommerce.common.messaging.notification.RetryHandlerStatus
Packages that use RetryHandlerStatus
-
Uses of RetryHandlerStatus in com.broadleafcommerce.common.messaging.notification
Method parameters in com.broadleafcommerce.common.messaging.notification with type arguments of type RetryHandlerStatusModifier and TypeMethodDescriptionvoid
DefaultRetryHandler.addConsumers
(List<Consumer<RetryHandlerStatus>> consumers) default void
RetryHandler.addConsumers
(List<Consumer<RetryHandlerStatus>> consumers) Register a list of consumers of retry handler lifecycle events.void
DefaultRetryClusterService.setStatusConsumers
(List<Consumer<RetryHandlerStatus>> consumers) void
RetryClusterService.setStatusConsumers
(List<Consumer<RetryHandlerStatus>> consumers) Set the list of consumers forRetryHandlerStatus
on the cluster service.void
DefaultRetryClusterService.start
(List<Consumer<RetryHandlerStatus>> consumers) void
RetryClusterService.start
(List<Consumer<RetryHandlerStatus>> consumers) Start the cluster service with a list of consumers for retry handler status events