Uses of Interface
com.broadleafcommerce.common.messaging.notification.RetryClusterService
-
Packages that use RetryClusterService Package Description com.broadleafcommerce.common.messaging.autoconfigure com.broadleafcommerce.common.messaging.notification -
-
Uses of RetryClusterService in com.broadleafcommerce.common.messaging.autoconfigure
Methods in com.broadleafcommerce.common.messaging.autoconfigure that return RetryClusterService Modifier and Type Method Description RetryClusterService
PersistenceNotificationAutoConfiguration. 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 RetryClusterService Modifier and Type Class Description class
DefaultRetryClusterService
Methods in com.broadleafcommerce.common.messaging.notification that return RetryClusterService Modifier and Type Method Description static 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
instance
-