Uses of Class
de.quantummaid.eventmaid.channel.statistics.ChannelStatistics
-
Packages that use ChannelStatistics Package Description de.quantummaid.eventmaid.channel de.quantummaid.eventmaid.channel.internal.statistics de.quantummaid.eventmaid.channel.statistics -
-
Uses of ChannelStatistics in de.quantummaid.eventmaid.channel
Methods in de.quantummaid.eventmaid.channel with parameters of type ChannelStatistics Modifier and Type Method Description static ChannelStatusInformationChannelStatusInformation. channelStatusInformation(ChannelStatistics channelStatistics) -
Uses of ChannelStatistics in de.quantummaid.eventmaid.channel.internal.statistics
Methods in de.quantummaid.eventmaid.channel.internal.statistics that return ChannelStatistics Modifier and Type Method Description ChannelStatisticsChannelStatisticsCollector. getStatistics()ChannelStatisticsPipeStatisticsBasedChannelStatisticsCollector. getStatistics() -
Uses of ChannelStatistics in de.quantummaid.eventmaid.channel.statistics
Methods in de.quantummaid.eventmaid.channel.statistics that return ChannelStatistics Modifier and Type Method Description static ChannelStatisticsChannelStatistics. channelStatistics(Date timestamp, BigInteger acceptedMessages, BigInteger queuedMessages, BigInteger blockedMessages, BigInteger forgottenMessages, BigInteger successfulMessages, BigInteger failedMessages)
-