public class UninitializedMessageReceiver extends java.lang.Object implements MessageReceiver
| Constructor and Description |
|---|
UninitializedMessageReceiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(java.util.Set<SubscriptionPartitionOffset> offsets) |
boolean |
moveOffset(pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset offset) |
java.util.Optional<Message> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstop, updatepublic java.util.Optional<Message> next()
next in interface MessageReceiverpublic void commit(java.util.Set<SubscriptionPartitionOffset> offsets)
commit in interface MessageReceiverpublic boolean moveOffset(pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset offset)
moveOffset in interface MessageReceiver