Uses of Interface
de.quantummaid.eventmaid.internal.pipe.statistics.PipeStatisticsCollector
-
Packages that use PipeStatisticsCollector Package Description de.quantummaid.eventmaid.internal.pipe de.quantummaid.eventmaid.internal.pipe.statistics -
-
Uses of PipeStatisticsCollector in de.quantummaid.eventmaid.internal.pipe
Methods in de.quantummaid.eventmaid.internal.pipe with parameters of type PipeStatisticsCollector Modifier and Type Method Description PipeBuilder<T>PipeBuilder. withStatisticsCollector(PipeStatisticsCollector statisticsCollector)Constructors in de.quantummaid.eventmaid.internal.pipe with parameters of type PipeStatisticsCollector Constructor Description PipeImpl(TransportMechanism<T> transportMechanism, PipeStatisticsCollector statisticsCollector, List<Subscriber<T>> subscribers) -
Uses of PipeStatisticsCollector in de.quantummaid.eventmaid.internal.pipe.statistics
Classes in de.quantummaid.eventmaid.internal.pipe.statistics that implement PipeStatisticsCollector Modifier and Type Class Description classAtomicPipeStatisticsCollector
-