-
public class MetaDataConfigurationMetaDataConfiguration class holds the rc metadata config sendRate: represent the ratio of events that will be sent with metadata, for example: sendRate = 0.5, means that each 2nd event will be sent with metadata
-
-
Field Summary
Fields Modifier and Type Field Description private final doublesendRate
-
Constructor Summary
Constructors Constructor Description MetaDataConfiguration(double sendRate)
-
Method Summary
Modifier and Type Method Description doublegetSendRate()-
-
Method Detail
-
getSendRate
double getSendRate()
-
-
-
-