Class NegotiatedMaxRateProvider
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.consumer.rate.maxrate.NegotiatedMaxRateProvider
-
- All Implemented Interfaces:
MaxRateProvider
public class NegotiatedMaxRateProvider extends java.lang.Object implements MaxRateProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget()voidshutdown()voidstart()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pl.allegro.tech.hermes.consumers.consumer.rate.maxrate.MaxRateProvider
updateSubscription
-
-
-
-
Method Detail
-
get
public double get()
- Specified by:
getin interfaceMaxRateProvider
-
start
public void start()
- Specified by:
startin interfaceMaxRateProvider
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceMaxRateProvider
-
-