Interface CreateSandboxRequestProducer


public interface CreateSandboxRequestProducer
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 created.

Note: this class is duplicated in the common-bulk-operations library. Changes made here should be propagated there as well.

Author:
Samarth Dhruva (samarthd)
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
     
  • Field Details

  • Method Details

    • createSandboxRequestOutput

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