Package com.broadleafcommerce.sandbox.messaging.bulk
package com.broadleafcommerce.sandbox.messaging.bulk
-
ClassDescriptionA message representing a request to the sandbox service to create a given sandbox.Spring cloud data channel description for messaging input.A handler that accepts a
CreateSandboxRequest
and creates the requested sandbox.A message representing a request to the sandbox service to delete the sandbox for a failed bulk update operation.Spring cloud data channel description for messaging input.A handler that accepts aDeleteSandboxRequest
and deletes the requested sandbox.A message representing a request to the sandbox service to update the select sandbox fields.A handler that accepts aUpdateSandboxRequest
and updates the requested sandbox.