Class PipeStatistics
- java.lang.Object
-
- de.quantummaid.eventmaid.internal.pipe.statistics.PipeStatistics
-
public final class PipeStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description PipeStatistics()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetTimestamp()static PipeStatisticspipeStatistics(Date timestamp, BigInteger acceptedMessages, BigInteger queuedMessages, BigInteger successfulMessages, BigInteger failedMessages)
-
-
-
Method Detail
-
pipeStatistics
public static PipeStatistics pipeStatistics(Date timestamp, BigInteger acceptedMessages, BigInteger queuedMessages, BigInteger successfulMessages, BigInteger failedMessages)
-
getTimestamp
public Date getTimestamp()
-
-