Class InterceptorInvocationResult.Completed

    • Constructor Detail

      • Completed

        public Completed​(Object result,
                         UserVariables userVariables)
        Create a new interceptor invocation completed result.
        Parameters:
        result - the output object produced by the interceptor.
        userVariables - the set of user variables stored in the interceptor invocation context after the interceptor has completed.
    • Method Detail

      • getResult

        public Object getResult()
        Get the output object produced by the interceptor.
        Returns:
        the output object produced by the interceptor. Will be null if the original input object was null.
      • getUserVariables

        public UserVariables getUserVariables()
        Get the set of user variables stored in the interceptor invocation context after the interceptor has completed.
        Returns:
        the user variables.