Uses of Interface
io.fluxcapacitor.javaclient.tracking.handling.HandlerInterceptor
Packages that use HandlerInterceptor
Package
Description
-
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type HandlerInterceptorModifier and TypeMethodDescriptiondefault FluxCapacitorBuilder
FluxCapacitorBuilder.addHandlerInterceptor
(HandlerInterceptor interceptor, boolean highPriority, MessageType... forTypes) Adds aHandlerInterceptor
with specified priority.default FluxCapacitorBuilder
FluxCapacitorBuilder.addHandlerInterceptor
(HandlerInterceptor interceptor, MessageType... forTypes) Adds aHandlerInterceptor
for given message types. -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.publishing.dataprotection
Classes in io.fluxcapacitor.javaclient.publishing.dataprotection that implement HandlerInterceptorModifier and TypeClassDescriptionclass
ADispatchInterceptor
andHandlerInterceptor
that 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.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement HandlerInterceptorModifier and TypeClassDescriptionclass
Intercepts scheduled messages to handle periodic scheduling logic. -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling
Method parameters in io.fluxcapacitor.javaclient.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 giventarget
object. -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling.authentication
Classes in io.fluxcapacitor.javaclient.tracking.handling.authentication that implement HandlerInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling.errorreporting
Classes in io.fluxcapacitor.javaclient.tracking.handling.errorreporting that implement HandlerInterceptorModifier and TypeClassDescriptionclass
HandlerInterceptor
that reports exceptions to the configuredErrorGateway
. -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling.validation
Classes in io.fluxcapacitor.javaclient.tracking.handling.validation that implement HandlerInterceptorModifier and TypeClassDescriptionclass
AHandlerInterceptor
that validates the payload of messages before they are handled. -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.metrics
Classes in io.fluxcapacitor.javaclient.tracking.metrics that implement HandlerInterceptorModifier and TypeClassDescriptionclass
Interceptor that disables the dispatch of outboundMessageType.METRICS
messages.class