Interface HandlerInterceptor.PreparedHandlerInputInterceptor

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.PreparedHandlerInputInterceptor
Intercepts one prepared local invocation using a lazy HandlerInput.

Implementations are cached and may be invoked concurrently. Calling HandlerInput.getMessage() is supported, but creates the complete message and forfeits the allocation benefit for that invocation.