public interface KafkaConsumer
Modifier and Type | Interface and Description |
---|---|
static interface |
KafkaConsumer.MessageCallback
Callback for receiving new messages.
|
static interface |
KafkaConsumer.Preparer
A builder for preparing message consumption.
|
Modifier and Type | Method and Description |
---|---|
KafkaConsumer.Preparer |
prepare()
Prepares for message consumption.
|
KafkaConsumer.Preparer prepare()
KafkaConsumer.Preparer
to setup details about message consumption.Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.