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) Method parameters in com.broadleafcommerce.common.messaging.autoconfigure with type arguments of type RetryClusterServiceModifier and TypeMethodDescriptionorg.springframework.context.SmartLifecycle
PersistenceNotificationAutoConfiguration.retryClusterServiceLifecycleManager
(List<RetryClusterService> clusterServices) -
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) Constructor parameters in com.broadleafcommerce.common.messaging.notification with type arguments of type RetryClusterServiceModifierConstructorDescriptionDefaultRetryClusterServiceLifecycleManager
(List<RetryClusterService> clusterServices)