Uses of Class
org.springframework.kafka.core.KafkaResourceFactory
Packages that use KafkaResourceFactory
-
Uses of KafkaResourceFactory in org.springframework.kafka.core
Subclasses of KafkaResourceFactory in org.springframework.kafka.coreModifier and TypeClassDescriptionclassTheConsumerFactoryimplementation to produce newConsumerinstances for providedMapconfigsand optionalDeserializers on eachConsumerFactory.createConsumer()invocation.classclassTheShareConsumerFactoryimplementation to produce newShareConsumerinstances for providedMapconfigsand optionalDeserializers on eachDefaultShareConsumerFactory.createShareConsumer(String, String)invocation.classAn admin that delegates to anAdminto create topics defined in the application context.