Class ConsumerSettings (1.1.0)

public abstract class ConsumerSettings

Inheritance

java.lang.Object > ConsumerSettings

Static Methods

newBuilder()

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

Constructors

ConsumerSettings()

public ConsumerSettings()

Methods

instantiate()

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