Class TrackerMonitor
- java.lang.Object
-
- io.fluxcapacitor.javaclient.tracking.metrics.TrackerMonitor
-
- All Implemented Interfaces:
BatchInterceptor
public class TrackerMonitor extends Object implements BatchInterceptor
-
-
Constructor Summary
Constructors Constructor Description TrackerMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Consumer<MessageBatch>intercept(Consumer<MessageBatch> consumer, Tracker tracker)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fluxcapacitor.javaclient.tracking.BatchInterceptor
merge
-
-
-
-
Method Detail
-
intercept
public Consumer<MessageBatch> intercept(Consumer<MessageBatch> consumer, Tracker tracker)
- Specified by:
interceptin interfaceBatchInterceptor
-
-