Class BackPressureConfig
- java.lang.Object
-
- io.eventuate.messaging.kafka.basic.consumer.BackPressureConfig
-
public class BackPressureConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BackPressureConfig()BackPressureConfig(int low, int high)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHigh()intgetLow()voidsetHigh(int high)voidsetLow(int low)
-