Uses of Interface
io.fluxcapacitor.javaclient.tracking.BatchInterceptor
Packages that use BatchInterceptor
Package
Description
-
Uses of BatchInterceptor in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type BatchInterceptorModifier and TypeMethodDescriptionDefaultFluxCapacitor.Builder.addBatchInterceptor(BatchInterceptor interceptor, MessageType... forTypes) FluxCapacitorBuilder.addBatchInterceptor(BatchInterceptor interceptor, MessageType... forTypes) -
Uses of BatchInterceptor in io.fluxcapacitor.javaclient.tracking
Subinterfaces of BatchInterceptor in io.fluxcapacitor.javaclient.trackingClasses in io.fluxcapacitor.javaclient.tracking that implement BatchInterceptorMethods in io.fluxcapacitor.javaclient.tracking that return BatchInterceptorModifier and TypeMethodDescriptiondefault BatchInterceptorBatchInterceptor.andThen(BatchInterceptor nextInterceptor) static BatchInterceptorBatchInterceptor.join(List<BatchInterceptor> interceptors) static BatchInterceptorBatchInterceptor.noOp()Methods in io.fluxcapacitor.javaclient.tracking with parameters of type BatchInterceptorModifier and TypeMethodDescriptiondefault BatchInterceptorBatchInterceptor.andThen(BatchInterceptor nextInterceptor) Method parameters in io.fluxcapacitor.javaclient.tracking with type arguments of type BatchInterceptorModifier and TypeMethodDescriptionstatic BatchInterceptorBatchInterceptor.join(List<BatchInterceptor> interceptors) -
Uses of BatchInterceptor in io.fluxcapacitor.javaclient.tracking.metrics
Classes in io.fluxcapacitor.javaclient.tracking.metrics that implement BatchInterceptor