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(HandlerInput<DeserializingMessage> input, HandlerDescriptor handler) Continues local handling with the supplied input and handler.
-
Method Details
-
apply
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
-