public interface MessageCommitter
| Modifier and Type | Method and Description |
|---|---|
void |
commitOffset(pl.allegro.tech.hermes.api.Subscription subscription,
pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset partitionOffset) |
void |
removeOffset(pl.allegro.tech.hermes.api.TopicName topicName,
java.lang.String subscriptionName,
pl.allegro.tech.hermes.common.kafka.KafkaTopicName topic,
int partition) |
void commitOffset(pl.allegro.tech.hermes.api.Subscription subscription,
pl.allegro.tech.hermes.common.kafka.offset.PartitionOffset partitionOffset)
throws java.lang.Exception
java.lang.Exceptionvoid removeOffset(pl.allegro.tech.hermes.api.TopicName topicName,
java.lang.String subscriptionName,
pl.allegro.tech.hermes.common.kafka.KafkaTopicName topic,
int partition)
throws java.lang.Exception
java.lang.Exception