Interface ChainStep<Request,Response>
- Type Parameters:
Request
-Response
-
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
ChainStepAgent
public interface ChainStep<Request,Response>
extends org.springframework.core.Ordered
A step in the chain
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
call
Call the current step- Parameters:
request
- Task inputcontext
- Shared context between different stepschain
- The chain, see WorkflowChain- Returns:
- Task output
-