Class ConsumerSettings (0.6.11)

public abstract class ConsumerSettings

Inheritance

java.lang.Object > ConsumerSettings

Constructors

ConsumerSettings()

public ConsumerSettings()

Methods

instantiate()

public Consumer<byte[],byte[]> instantiate()
Returns
TypeDescription
org.apache.kafka.clients.consumer.Consumer<byte[],byte[]>
Exceptions
TypeDescription
ApiException

newBuilder()

public static ConsumerSettings.Builder newBuilder()
Returns
TypeDescription
ConsumerSettings.Builder