public interface IReceiverStatistics
Modifier and Type | Method and Description |
---|---|
Iterable<StatisticsKeeper> |
getIdleStatistics() |
Iterable<StatisticsKeeper> |
getProcessStatistics() |
Iterable<StatisticsKeeper> getIdleStatistics()
StatisticsKeeper
s describing the durations of time that
the receiver has been waiting between messages.Iterable<StatisticsKeeper> getProcessStatistics()
StatisticsKeeper
s describing the durations of time that
the receiver has been waiting for the adapter to process messages.Copyright © 2023 Frank!Framework. All rights reserved.