Uses of Class
com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper
-
-
Uses of MessageSerializationHelper in com.broadleafcommerce.common.messaging
Constructors in com.broadleafcommerce.common.messaging with parameters of type MessageSerializationHelper 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 MessageSerializationHelper in com.broadleafcommerce.common.messaging.autoconfigure
Methods in com.broadleafcommerce.common.messaging.autoconfigure that return MessageSerializationHelper Modifier and Type Method Description MessageSerializationHelper
CommonMessagingAutoConfiguration. messageSerializationHelper(com.fasterxml.jackson.databind.ObjectMapper fieldChangeMapper)
Methods in com.broadleafcommerce.common.messaging.autoconfigure with parameters of type MessageSerializationHelper 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 MessageSerializationHelper in com.broadleafcommerce.common.messaging.notification
Constructors in com.broadleafcommerce.common.messaging.notification with parameters of type MessageSerializationHelper 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)
-