Interface CreateSandboxRequestProducer


  • public interface CreateSandboxRequestProducer
    Spring clocud 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 created for a BulkUpdate.

    Note: this class is duplicated in the import service. Changes made here should be propagated there as well.

    Author:
    Samarth Dhruva (samarthd)
    See Also:
    CreateSandboxRequest
    • Method Detail

      • createSandboxRequestOutput

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