Uses of Interface
com.broadleafcommerce.common.messaging.notification.RetryHandler
Packages that use RetryHandler
Package
Description
-
Uses of RetryHandler in com.broadleafcommerce.common.messaging.autoconfigure
Methods in com.broadleafcommerce.common.messaging.autoconfigure that return RetryHandlerModifier and TypeMethodDescriptionDurableNotificationAutoConfiguration.retryHandler(NotificationStateRepository repo, NotificationHandler handler, DurableNotificationProperties properties, String messageType, RoundRobinRetryScheduler scheduler, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of RetryHandler in com.broadleafcommerce.common.messaging.notification
Classes in com.broadleafcommerce.common.messaging.notification that implement RetryHandlerMethods in com.broadleafcommerce.common.messaging.notification that return RetryHandlerModifier and TypeMethodDescriptionprotected RetryHandlerDefaultRetryClusterService.buildRetryHandler(NotificationStateRepository repository) RetryHandlerStatus.getSource()The handler responsible for the activityMethods in com.broadleafcommerce.common.messaging.notification with parameters of type RetryHandlerModifier and TypeMethodDescriptionvoidRoundRobinRetryScheduler.registerHandler(RetryHandler handler, long initialDelaySeconds, long intervalSeconds) voidRoundRobinRetryScheduler.requestBurst(RetryHandler handler, Duration burstInterval) voidRoundRobinRetryScheduler.unregisterHandler(RetryHandler handler) Constructors in com.broadleafcommerce.common.messaging.notification with parameters of type RetryHandlerModifierConstructorDescriptionRetryHandlerStatus(RetryHandler source, RetryHandlerStatusType status, NotificationStateRepository repository, String messageType) -
Uses of RetryHandler in com.broadleafcommerce.common.messaging.notification.event
Methods in com.broadleafcommerce.common.messaging.notification.event that return RetryHandlerConstructors in com.broadleafcommerce.common.messaging.notification.event with parameters of type RetryHandlerModifierConstructorDescriptionRetryBurstTaskSubmittedEvent(Object source, RetryHandler handler) RetrySchedulerEvent(Object source, RetryHandler handler) RetryTaskSubmittedEvent(Object source, RetryHandler handler)