Uses of Class
com.broadleafcommerce.bulk.messaging.CreateSandboxRequest
-
Packages that use CreateSandboxRequest Package Description com.broadleafcommerce.bulk.messaging com.broadleafcommerce.bulk.messaging.autoconfigure -
-
Uses of CreateSandboxRequest in com.broadleafcommerce.bulk.messaging
Methods in com.broadleafcommerce.bulk.messaging that return types with arguments of type CreateSandboxRequest Modifier and Type Method Description org.springframework.messaging.Message<CreateSandboxRequest>CreateSandboxRequestMessageFactory. createMessage(Object persistedBulkUpdate) -
Uses of CreateSandboxRequest in com.broadleafcommerce.bulk.messaging.autoconfigure
Methods in com.broadleafcommerce.bulk.messaging.autoconfigure that return types with arguments of type CreateSandboxRequest Modifier and Type Method Description com.broadleafcommerce.common.messaging.notification.MessageFactory<CreateSandboxRequest>CreateSandboxRequestNotificationAutoConfiguration. bulkUpdateCreateSandboxRequestMessageFactory(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager manager)Method parameters in com.broadleafcommerce.bulk.messaging.autoconfigure with type arguments of type CreateSandboxRequest Modifier and Type Method Description com.broadleafcommerce.common.messaging.notification.NotificationHandlerCreateSandboxRequestNotificationAutoConfiguration. bulkUpdateCreateSandboxRequestNotificationHandler(CreateSandboxRequestProducer producer, CreateSandboxRequestNotificationProperties properties, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.messaging.notification.MessageFactory<CreateSandboxRequest> messageFactory, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper)
-