Java org.springframework.kafka.core DefaultKafkaConsumerFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.core DefaultKafkaConsumerFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.core DefaultKafkaConsumerFactory.

The text is from its open source code.

Constructor

DefaultKafkaConsumerFactory(Map configs)
Construct a factory with the provided configuration.
DefaultKafkaConsumerFactory(Map configs, @Nullable Deserializer keyDeserializer, @Nullable Deserializer valueDeserializer)
Construct a factory with the provided configuration and deserializers.
DefaultKafkaConsumerFactory(Map configs, @Nullable Supplier> keyDeserializerSupplier, @Nullable Supplier> valueDeserializerSupplier)
Construct a factory with the provided configuration and deserializer suppliers.

Method

ConsumercreateConsumer()
Create a consumer with the group id and client id as configured in the properties.