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 TypeMethodDescriptionDefaultFluxCapacitor.Builder.addHandlerInterceptor(@NonNull HandlerInterceptor interceptor, boolean highPriority, MessageType... forTypes) FluxCapacitorBuilder.addHandlerInterceptor(HandlerInterceptor interceptor, boolean highPriority, MessageType... forTypes) default FluxCapacitorBuilderFluxCapacitorBuilder.addHandlerInterceptor(HandlerInterceptor interceptor, MessageType... forTypes) Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type HandlerInterceptorModifier and TypeMethodDescriptionprotected HandlerRegistryDefaultFluxCapacitor.Builder.localHandlerRegistry(MessageType messageType, Map<MessageType, HandlerInterceptor> handlerInterceptors) -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.publishing.dataprotection
Classes in io.fluxcapacitor.javaclient.publishing.dataprotection that implement HandlerInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement HandlerInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling
Classes in io.fluxcapacitor.javaclient.tracking.handling that implement HandlerInterceptorMethods in io.fluxcapacitor.javaclient.tracking.handling that return HandlerInterceptorModifier and TypeMethodDescriptiondefault HandlerInterceptorHandlerInterceptor.andThen(HandlerInterceptor nextInterceptor) static HandlerInterceptorHandlerInterceptor.noOp()Methods in io.fluxcapacitor.javaclient.tracking.handling with parameters of type HandlerInterceptorModifier and TypeMethodDescriptiondefault HandlerInterceptorHandlerInterceptor.andThen(HandlerInterceptor nextInterceptor) -
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 HandlerInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling.validation
Classes in io.fluxcapacitor.javaclient.tracking.handling.validation that implement HandlerInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.metrics
Classes in io.fluxcapacitor.javaclient.tracking.metrics that implement HandlerInterceptor