Interface HandlerInterceptor
- All Known Implementing Classes:
AuthenticatingInterceptor,DataProtectionInterceptor,ErrorReportingInterceptor,HandlerInterceptor.MergedInterceptor,HandlerMonitor,SchedulingInterceptor,ValidatingInterceptor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault HandlerInterceptorandThen(HandlerInterceptor nextInterceptor) interceptHandling(Function<DeserializingMessage, Object> function, Handler<DeserializingMessage> handler, String consumer) static HandlerInterceptornoOp()default Handler<DeserializingMessage>wrap(Handler<DeserializingMessage> handler, String consumer)
-
Method Details
-
noOp
-
interceptHandling
Function<DeserializingMessage,Object> interceptHandling(Function<DeserializingMessage, Object> function, Handler<DeserializingMessage> handler, String consumer) -
wrap
-
andThen
-