Class ServiceResponseWithOutcome<T>

    • Constructor Detail

      • ServiceResponseWithOutcome

        public ServiceResponseWithOutcome​(StatusCode status,
                                          java.lang.String statusMessage)
    • Method Detail

      • setOutcome

        public void setOutcome​(T outcome)
      • getOutcome

        public java.util.Optional<T> getOutcome()