Class TrackableControllerResponse

  • Direct Known Subclasses:
    MultiVersionResponse

    public class TrackableControllerResponse
    extends ControllerResponse
    Extend this class to create response objects for async command. Execution id is added to track the execution status of async command.
    • Constructor Detail

      • TrackableControllerResponse

        public TrackableControllerResponse()
    • Method Detail

      • getExecutionId

        public long getExecutionId()
      • setExecutionId

        public void setExecutionId​(long executionId)