Interface StepIdAware


public interface StepIdAware
Marker for an object whose owning step id can be injected.

This gives access to the step id at runtime, so a processor knows which step (the Step EIP) it is associated with.

Since:
4.21
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Gets the step id
    void
    setStepId(String stepId)
    Sets the step id
  • Method Details

    • getStepId

      @Nullable String getStepId()
      Gets the step id
      Since:
      4.21
    • setStepId

      void setStepId(String stepId)
      Sets the step id
      Parameters:
      stepId - the step id
      Since:
      4.21