Interface WorkflowRequestCompletionProducer


public interface WorkflowRequestCompletionProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible for async IO related to notifying the sandbox service that a TransitionRequest or WorkflowJobSchedulingRequest or WorkflowJobUnschedulingRequest has completed.
Author:
Nathan Moore (nathandmoore)
  • 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

    • workflowRequestCompletionOutput

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