Class HandlerExecutionChain

    • Constructor Detail

      • HandlerExecutionChain

        public HandlerExecutionChain​(Object handler)
        Create a new HandlerExecutionChain.
        Parameters:
        handler - the handler object to execute
      • HandlerExecutionChain

        public HandlerExecutionChain​(Object handler,
                                     HandlerInterceptor... interceptors)
        Create a new HandlerExecutionChain.
        Parameters:
        handler - the handler object to execute
        interceptors - the array of interceptors to apply (in the given order) before the handler itself executes