public interface Consumer extends AutoCloseable
Instances are configured and created with a ConsumerBuilder.
ConsumerBuilder,
Environment.consumerBuilder()| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the consumer.
|
void |
store(long offset)
Store the offset.
|
void store(long offset)
offset - void close()
close in interface AutoCloseableCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.