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.
Represents the remaining interceptors and handler invocation in a prepared local handling chain.
-
Method Summary
Modifier and TypeMethodDescriptionapply(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 chainhandler- the selected handler method- Returns:
- the handling result
-