Uses of Interface
com.broadleafcommerce.common.messaging.notification.ChannelSupplier
-
Packages that use ChannelSupplier Package Description com.broadleafcommerce.common.messaging com.broadleafcommerce.common.messaging.notification -
-
Uses of ChannelSupplier in com.broadleafcommerce.common.messaging
Constructors in com.broadleafcommerce.common.messaging with parameters of type ChannelSupplier 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 ChannelSupplier in com.broadleafcommerce.common.messaging.notification
Constructors in com.broadleafcommerce.common.messaging.notification with parameters of type ChannelSupplier 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)
-