Uses of Interface
io.fluxzero.sdk.tracking.handling.HandlerInterceptor
Packages that use HandlerInterceptor
Package
Description
-
Uses of HandlerInterceptor in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type HandlerInterceptorModifier and TypeMethodDescriptiondefault FluxzeroBuilderFluxzeroBuilder.addHandlerInterceptor(HandlerInterceptor interceptor, boolean highPriority, MessageType... forTypes) Adds aHandlerInterceptorwith specified priority.default FluxzeroBuilderFluxzeroBuilder.addHandlerInterceptor(HandlerInterceptor interceptor, MessageType... forTypes) Adds aHandlerInterceptorfor given message types. -
Uses of HandlerInterceptor in io.fluxzero.sdk.publishing.dataprotection
Classes in io.fluxzero.sdk.publishing.dataprotection that implement HandlerInterceptorModifier and TypeClassDescriptionclassADispatchInterceptorandHandlerInterceptorthat supports secure transmission of sensitive data fields by removing them from the payload before dispatch and restoring them during handling. -
Uses of HandlerInterceptor in io.fluxzero.sdk.scheduling
Classes in io.fluxzero.sdk.scheduling that implement HandlerInterceptorModifier and TypeClassDescriptionclassIntercepts scheduled messages to handle periodic scheduling logic. -
Uses of HandlerInterceptor in io.fluxzero.sdk.tracking.handling
Method parameters in io.fluxzero.sdk.tracking.handling with type arguments of type HandlerInterceptorModifier and TypeMethodDescriptionDefaultHandlerFactory.createHandler(Object target, HandlerFilter handlerFilter, List<HandlerInterceptor> extraInterceptors) HandlerFactory.createHandler(Object target, HandlerFilter handlerFilter, List<HandlerInterceptor> extraInterceptors) Attempts to create a message handler for the giventargetobject. -
Uses of HandlerInterceptor in io.fluxzero.sdk.tracking.handling.authentication
Classes in io.fluxzero.sdk.tracking.handling.authentication that implement HandlerInterceptor -
Uses of HandlerInterceptor in io.fluxzero.sdk.tracking.handling.contentfiltering
Classes in io.fluxzero.sdk.tracking.handling.contentfiltering that implement HandlerInterceptor -
Uses of HandlerInterceptor in io.fluxzero.sdk.tracking.handling.errorreporting
Classes in io.fluxzero.sdk.tracking.handling.errorreporting that implement HandlerInterceptorModifier and TypeClassDescriptionclassHandlerInterceptorthat reports exceptions to the configuredErrorGateway. -
Uses of HandlerInterceptor in io.fluxzero.sdk.tracking.handling.validation
Classes in io.fluxzero.sdk.tracking.handling.validation that implement HandlerInterceptorModifier and TypeClassDescriptionclassAHandlerInterceptorthat validates the payload of messages before they are handled. -
Uses of HandlerInterceptor in io.fluxzero.sdk.tracking.metrics
Classes in io.fluxzero.sdk.tracking.metrics that implement HandlerInterceptorModifier and TypeClassDescriptionclassInterceptor that disables the dispatch of outboundMessageType.METRICSmessages.class