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 Summary

    Modifier and Type
    Method
    Description
    apply(io.fluxzero.common.handling.HandlerInput<DeserializingMessage> input, io.fluxzero.common.handling.HandlerDescriptor handler)
    Continues local handling with the supplied input and handler.
  • Method Details

    • apply

      Object apply(io.fluxzero.common.handling.HandlerInput<DeserializingMessage> input, io.fluxzero.common.handling.HandlerDescriptor handler)
      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