Class ResponderTask.ResponderResult

  • All Implemented Interfaces:
    ResponderTask.SuccessResult
    Enclosing class:
    ResponderTask

    public static final class ResponderTask.ResponderResult
    extends java.lang.Object
    implements ResponderTask.SuccessResult
    Result from a responder execution, which contains success, the original Responder, a failure reason if unsuccessful and a boolean indicating if the process was interrupted.
    • Method Detail

      • getFailureReason

        public java.lang.String getFailureReason()
      • isInterrupted

        public boolean isInterrupted()
      • getResponder

        public Responder getResponder()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object