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

    Modifier and Type
    Method
    Description
    call(Request request, Map<String,Object> context, WorkflowChain<Request,Response> chain)
    Call the current step

    Methods inherited from interface org.springframework.core.Ordered

    getOrder