Uses of Interface
io.fluxzero.sdk.tracking.handling.HandlerInterceptor.PreparedHandlerFunction
Packages that use HandlerInterceptor.PreparedHandlerFunction
-
Uses of HandlerInterceptor.PreparedHandlerFunction in io.fluxzero.sdk.tracking.handling
Methods in io.fluxzero.sdk.tracking.handling with parameters of type HandlerInterceptor.PreparedHandlerFunctionModifier and TypeMethodDescriptionHandlerInterceptor.PreparedHandlerInterceptor.interceptHandling(DeserializingMessage message, HandlerDescriptor handler, BiFunction<Object, Object, Object> combiner, HandlerInterceptor.PreparedHandlerFunction next) Intercepts one handling operation using previously prepared handler metadata.