Interface HandlerInterceptor.PreparedHandlerInputFunction

Enclosing interface:
HandlerInterceptor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface HandlerInterceptor.PreparedHandlerInputFunction
Represents the remaining interceptors and handler invocation in a prepared local handling chain.
  • Method Details

    • apply

      Continues local handling with the supplied input and handler.
      Parameters:
      input - the input to pass to the remainder of the chain
      handler - the selected handler method
      Returns:
      the handling result