Class TrackerMonitor
java.lang.Object
io.fluxzero.sdk.tracking.metrics.TrackerMonitor
- All Implemented Interfaces:
BatchInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintercept(Consumer<MessageBatch> consumer, Tracker tracker) Intercepts the given batch message consumer and returns a decorated version to be invoked by the tracker.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BatchInterceptor
andThen, shutdown
-
Constructor Details
-
TrackerMonitor
public TrackerMonitor()
-
-
Method Details
-
intercept
Description copied from interface:BatchInterceptorIntercepts the given batch message consumer and returns a decorated version to be invoked by the tracker.- Specified by:
interceptin interfaceBatchInterceptor- Parameters:
consumer- the original consumer that processes theMessageBatchtracker- the tracker invoking this interceptor- Returns:
- a wrapped consumer with additional behavior
-