Uses of Interface
com.broadleafcommerce.common.messaging.notification.RetryClusterService
Packages that use RetryClusterService
Package
Description
-
Uses of RetryClusterService in com.broadleafcommerce.common.messaging.autoconfigure
Methods in com.broadleafcommerce.common.messaging.autoconfigure that return RetryClusterServiceModifier and TypeMethodDescriptionPersistenceNotificationAutoConfiguration.persistenceRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, PersistenceNotificationProperties properties, List<NotificationStateRepository> repositories, NotificationHandler handler, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of RetryClusterService in com.broadleafcommerce.common.messaging.notification
Classes in com.broadleafcommerce.common.messaging.notification that implement RetryClusterServiceMethods in com.broadleafcommerce.common.messaging.notification that return RetryClusterServiceModifier and TypeMethodDescriptionstatic RetryClusterService
RetryServiceFactory.create
(org.apache.camel.cluster.CamelClusterService camelClusterService, DurableNotificationProperties properties, List<NotificationStateRepository> repositories, NotificationHandler handler, String messageType, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) Create a newRetryClusterService
instancestatic RetryClusterService
RetryServiceFactory.create
(org.apache.camel.cluster.CamelClusterService camelClusterService, DurableNotificationProperties properties, List<NotificationStateRepository> repositories, NotificationHandler handler, String messageType, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference, List<Consumer<RetryHandlerStatus>> consumers)