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
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
TYPE
- See Also:
-
CHANNEL
- See Also:
-
-
Method Details
-
workflowRequestCompletionOutput
@Output("workflowRequestCompletionOutput") org.springframework.messaging.MessageChannel workflowRequestCompletionOutput()
-