Uses of Interface
org.pipservices3.components.count.ICounterTimingCallback
Packages that use ICounterTimingCallback
-
Uses of ICounterTimingCallback in org.pipservices3.components.count
Classes in org.pipservices3.components.count that implement ICounterTimingCallbackModifier and TypeClassDescriptionclassAbstract implementation of performance counters that measures and stores counters in memory.classAggregates all counters from component references under a single component.classPerformance counters that periodically dumps counters measurements to logger.Constructors in org.pipservices3.components.count with parameters of type ICounterTimingCallbackModifierConstructorDescriptionCounterTiming(String counter, ICounterTimingCallback callback) Creates a new instance of the timing callback object.