Interface DeleteSandboxRequestProducer


  • public interface DeleteSandboxRequestProducer
    Spring cloud data channel description for messaging output. These channels are primarily responsible for async IO related to notifying the sandbox service that a sandbox needs to be deleted for a failed BulkUpdate.
    Author:
    Samarth Dhruva (samarthd)
    See Also:
    DeleteSandboxRequest
    • Method Detail

      • deleteSandboxRequestOutput

        @Output("deleteSandboxRequestOutput")
        org.springframework.messaging.MessageChannel deleteSandboxRequestOutput()