Class UninitializedMessageReceiver
java.lang.Object
pl.allegro.tech.hermes.consumers.consumer.receiver.UninitializedMessageReceiver
- All Implemented Interfaces:
MessageReceiver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcommit(Set<SubscriptionPartitionOffset> offsets) booleanmoveOffset(pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset offset) next()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.allegro.tech.hermes.consumers.consumer.receiver.MessageReceiver
stop, update
-
Constructor Details
-
UninitializedMessageReceiver
public UninitializedMessageReceiver()
-
-
Method Details
-
next
- Specified by:
nextin interfaceMessageReceiver
-
commit
- Specified by:
commitin interfaceMessageReceiver
-
moveOffset
public boolean moveOffset(pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset offset) - Specified by:
moveOffsetin interfaceMessageReceiver
-