Class ProducerCache.ProducerState
java.lang.Object
com.here.platform.data.client.service.stream.kafka.ProducerCache.ProducerState
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- ProducerCache
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProducerState(scala.concurrent.Future<Producer> producer, HereTokenChangeListener tokenChangeListener, AtomicLong lastAccess) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ProducerState
public ProducerState(scala.concurrent.Future<Producer> producer, HereTokenChangeListener tokenChangeListener, AtomicLong lastAccess)
-
-
Method Details
-
producer
-
tokenChangeListener
-
lastAccess
-