Uses of Interface
io.fluxzero.sdk.tracking.handling.HandlerInterceptor.PreparedHandlerInputInterceptor
Packages that use HandlerInterceptor.PreparedHandlerInputInterceptor
Package
Description
-
Uses of HandlerInterceptor.PreparedHandlerInputInterceptor in io.fluxzero.sdk.tracking.handling
Fields in io.fluxzero.sdk.tracking.handling declared as HandlerInterceptor.PreparedHandlerInputInterceptorModifier and TypeFieldDescriptionstatic final HandlerInterceptor.PreparedHandlerInputInterceptorHandlerInterceptor.PreparedHandlerInputInterceptor.noOpA policy that immediately proceeds to the next interceptor or handler.Methods in io.fluxzero.sdk.tracking.handling that return HandlerInterceptor.PreparedHandlerInputInterceptorModifier and TypeMethodDescriptionHandlerInterceptor.prepareInput(HandlerDescriptor handler) Prepares this interceptor to run without first creating a complete message.HandlerInterceptor.prepareInput(HandlerDescriptor handler, HandlerInput<DeserializingMessage> input) Prepares this interceptor using both the selected handler method and a representative input. -
Uses of HandlerInterceptor.PreparedHandlerInputInterceptor in io.fluxzero.sdk.tracking.handling.authentication
Methods in io.fluxzero.sdk.tracking.handling.authentication that return HandlerInterceptor.PreparedHandlerInputInterceptorModifier and TypeMethodDescriptionAuthenticatingInterceptor.prepareInput(HandlerDescriptor handler) AuthenticatingInterceptor.prepareInput(HandlerDescriptor handler, HandlerInput<DeserializingMessage> preparedInput) -
Uses of HandlerInterceptor.PreparedHandlerInputInterceptor in io.fluxzero.sdk.tracking.handling.errorreporting
Methods in io.fluxzero.sdk.tracking.handling.errorreporting that return HandlerInterceptor.PreparedHandlerInputInterceptorModifier and TypeMethodDescriptionErrorReportingInterceptor.prepareInput(HandlerDescriptor handler) -
Uses of HandlerInterceptor.PreparedHandlerInputInterceptor in io.fluxzero.sdk.tracking.handling.validation
Methods in io.fluxzero.sdk.tracking.handling.validation that return HandlerInterceptor.PreparedHandlerInputInterceptorModifier and TypeMethodDescriptionValidatingInterceptor.prepareInput(HandlerDescriptor handler) ValidatingInterceptor.prepareInput(HandlerDescriptor handler, HandlerInput<DeserializingMessage> preparedInput) -
Uses of HandlerInterceptor.PreparedHandlerInputInterceptor in io.fluxzero.sdk.tracking.metrics
Methods in io.fluxzero.sdk.tracking.metrics that return HandlerInterceptor.PreparedHandlerInputInterceptorModifier and TypeMethodDescriptionHandlerMonitor.prepareInput(HandlerDescriptor handler) HandlerMonitor.prepareInput(HandlerDescriptor handler, HandlerInput<DeserializingMessage> input)