Interface BatchInterceptor
- All Known Subinterfaces:
TransactionManager
- All Known Implementing Classes:
FluxCapacitorInterceptor,StallingBatchInterceptor,TrackerMonitor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BatchInterceptorandThen(BatchInterceptor nextInterceptor) intercept(Consumer<MessageBatch> consumer, Tracker tracker) static BatchInterceptorjoin(List<BatchInterceptor> interceptors) static BatchInterceptornoOp()default void
-
Method Details
-
noOp
-
intercept
-
shutdown
-
andThen
-
join
-