Interface PipeStatusInformation<T>
-
public interface PipeStatusInformation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Subscriber<T>>getAllSubscribers()PipeStatisticsgetCurrentMessageStatistics()
-
-
-
Method Detail
-
getCurrentMessageStatistics
PipeStatistics getCurrentMessageStatistics()
-
getAllSubscribers
List<Subscriber<T>> getAllSubscribers()
-
-