Uses of Interface
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
-
Uses of DurableNotificationProperties in com.broadleafcommerce.common.messaging
Classes in com.broadleafcommerce.common.messaging that implement DurableNotificationProperties Modifier and Type Class Description classPersistenceNotificationPropertiesConfiguration properties for theNotificationHandlerandRetryHandlerrelated toPersistenceProducerConstructors in com.broadleafcommerce.common.messaging with parameters of type DurableNotificationProperties Constructor Description PersistenceMessageNotificationHandler(ChannelSupplier persistenceProducerSupplier, DurableNotificationProperties properties, List<IgnoredNotificationStateRepository> ignoredRepositories, MessageFactory<?> messageFactory, MessageSerializationHelper helper, List<PersistenceMessageAckedHandler> persistenceMessageAckedHandlers, com.broadleafcommerce.common.extension.data.DataRouteReference dataRouteReference) -
Uses of DurableNotificationProperties in com.broadleafcommerce.common.messaging.autoconfigure
Methods in com.broadleafcommerce.common.messaging.autoconfigure with parameters of type DurableNotificationProperties Modifier and Type Method Description RetryHandlerDurableNotificationAutoConfiguration. retryHandler(NotificationStateRepository repo, NotificationHandler handler, DurableNotificationProperties properties, String messageType, org.springframework.scheduling.TaskScheduler scheduler, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of DurableNotificationProperties in com.broadleafcommerce.common.messaging.notification
Methods in com.broadleafcommerce.common.messaging.notification with parameters of type DurableNotificationProperties Modifier and Type Method Description static RetryClusterServiceRetryServiceFactory. 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 newRetryClusterServiceinstance
-