Interface StepContextId

  • All Superinterfaces:
    java.lang.Comparable<StepContextId>
    All Known Implementing Classes:
    StateUtils.CtxItem

    public interface StepContextId
    extends java.lang.Comparable<StepContextId>
    Identifies the context of a step execution
    • Method Detail

      • getStep

        int getStep()
      • getParams

        java.util.Map<java.lang.String,​java.lang.String> getParams()