@FunctionalInterface public interface BatchInterceptor
| Modifier and Type | Method and Description |
|---|---|
Consumer<MessageBatch> |
intercept(Consumer<MessageBatch> consumer,
Tracker tracker) |
static BatchInterceptor |
join(List<BatchInterceptor> interceptors) |
default BatchInterceptor |
merge(BatchInterceptor nextInterceptor) |
Consumer<MessageBatch> intercept(Consumer<MessageBatch> consumer, Tracker tracker)
default BatchInterceptor merge(BatchInterceptor nextInterceptor)
static BatchInterceptor join(List<BatchInterceptor> interceptors)
Copyright © 2019 Flux Capacitor. All rights reserved.