Uses of Class
com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository
-
-
Uses of IgnoredNotificationStateRepository in com.broadleafcommerce.common.messaging
Constructor parameters in com.broadleafcommerce.common.messaging with type arguments of type IgnoredNotificationStateRepository 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 IgnoredNotificationStateRepository in com.broadleafcommerce.common.messaging.autoconfigure
Method parameters in com.broadleafcommerce.common.messaging.autoconfigure with type arguments of type IgnoredNotificationStateRepository Modifier and Type Method Description NotificationHandler
PersistenceNotificationAutoConfiguration. persistenceNotificationHandler(PersistenceProducer persistenceProducer, PersistenceNotificationProperties properties, List<IgnoredNotificationStateRepository> ignoredRepositories, MessageFactory<PersistenceMessage<Object>> messageFactory, MessageSerializationHelper helper, List<PersistenceMessageAckedHandler> persistenceMessageAckedHandlers, com.broadleafcommerce.common.extension.data.DataRouteReference reference)
-
Uses of IgnoredNotificationStateRepository in com.broadleafcommerce.common.messaging.notification
Methods in com.broadleafcommerce.common.messaging.notification that return IgnoredNotificationStateRepository Modifier and Type Method Description IgnoredNotificationStateRepository
IgnoredNotificationStateRepository. withCompileChangeDetails(boolean compileChangeDetails)
Constructor parameters in com.broadleafcommerce.common.messaging.notification with type arguments of type IgnoredNotificationStateRepository Constructor Description DefaultNotificationHandler(ChannelSupplier producer, DurableNotificationProperties properties, String messageType, List<IgnoredNotificationStateRepository> ignoredRepositories, MessageFactory<?> messageFactory, MessageSerializationHelper helper)
DefaultNotificationHandler(ChannelSupplier producer, DurableNotificationProperties properties, String messageType, List<IgnoredNotificationStateRepository> ignoredRepositories, MessageSerializationHelper helper)
-