Uses of Interface
io.fluxcapacitor.javaclient.tracking.BatchInterceptor
-
Packages that use BatchInterceptor Package Description io.fluxcapacitor.javaclient.persisting.caching io.fluxcapacitor.javaclient.tracking io.fluxcapacitor.javaclient.tracking.metrics -
-
Uses of BatchInterceptor in io.fluxcapacitor.javaclient.persisting.caching
Classes in io.fluxcapacitor.javaclient.persisting.caching that implement BatchInterceptor Modifier and Type Class Description classCacheInvalidatingInterceptor -
Uses of BatchInterceptor in io.fluxcapacitor.javaclient.tracking
Subinterfaces of BatchInterceptor in io.fluxcapacitor.javaclient.tracking Modifier and Type Interface Description interfaceTransactionManagerClasses in io.fluxcapacitor.javaclient.tracking that implement BatchInterceptor Modifier and Type Class Description classFluxCapacitorInterceptorMethods in io.fluxcapacitor.javaclient.tracking that return BatchInterceptor Modifier and Type Method Description static BatchInterceptorBatchInterceptor. join(List<BatchInterceptor> interceptors)default BatchInterceptorBatchInterceptor. merge(BatchInterceptor nextInterceptor)Methods in io.fluxcapacitor.javaclient.tracking with parameters of type BatchInterceptor Modifier and Type Method Description default BatchInterceptorBatchInterceptor. merge(BatchInterceptor nextInterceptor)Method parameters in io.fluxcapacitor.javaclient.tracking with type arguments of type BatchInterceptor Modifier and Type Method Description static BatchInterceptorBatchInterceptor. join(List<BatchInterceptor> interceptors) -
Uses of BatchInterceptor in io.fluxcapacitor.javaclient.tracking.metrics
Classes in io.fluxcapacitor.javaclient.tracking.metrics that implement BatchInterceptor Modifier and Type Class Description classTrackerMonitor
-