Class InvocationResult

    • Constructor Detail

      • InvocationResult

        public InvocationResult​(Object result)
      • InvocationResult

        public InvocationResult​(Throwable throwable)
    • Method Detail

      • getResult

        public <T> T getResult()
      • getThrowable

        public Throwable getThrowable()
      • isSuccessful

        public boolean isSuccessful()
      • setResult

        public void setResult​(Object result)
      • setThrowable

        public void setThrowable​(Throwable throwable)