Uses of Interface
io.fluxcapacitor.javaclient.tracking.handling.HandlerInterceptor
-
-
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type HandlerInterceptor Modifier and Type Method Description DefaultFluxCapacitor.BuilderDefaultFluxCapacitor.Builder. addHandlerInterceptor(@NonNull HandlerInterceptor interceptor, MessageType... forTypes)FluxCapacitorBuilderFluxCapacitorBuilder. addHandlerInterceptor(HandlerInterceptor interceptor, MessageType... forTypes)Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type HandlerInterceptor Modifier and Type Method Description protected 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 Modifier and Type Class Description classDataProtectionInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement HandlerInterceptor Modifier and Type Class Description classSchedulingInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling
Classes in io.fluxcapacitor.javaclient.tracking.handling that implement HandlerInterceptor Modifier and Type Class Description static classHandlerInterceptor.MergedInterceptorMethods in io.fluxcapacitor.javaclient.tracking.handling that return HandlerInterceptor Modifier and Type Method Description default HandlerInterceptorHandlerInterceptor. merge(HandlerInterceptor nextInterceptor)Methods in io.fluxcapacitor.javaclient.tracking.handling with parameters of type HandlerInterceptor Modifier and Type Method Description default HandlerInterceptorHandlerInterceptor. merge(HandlerInterceptor nextInterceptor) -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling.authentication
Classes in io.fluxcapacitor.javaclient.tracking.handling.authentication that implement HandlerInterceptor Modifier and Type Class Description classAuthenticatingInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling.errorreporting
Classes in io.fluxcapacitor.javaclient.tracking.handling.errorreporting that implement HandlerInterceptor Modifier and Type Class Description classErrorReportingInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.handling.validation
Classes in io.fluxcapacitor.javaclient.tracking.handling.validation that implement HandlerInterceptor Modifier and Type Class Description classValidatingInterceptor -
Uses of HandlerInterceptor in io.fluxcapacitor.javaclient.tracking.metrics
Classes in io.fluxcapacitor.javaclient.tracking.metrics that implement HandlerInterceptor Modifier and Type Class Description classHandlerMonitor
-