Package org.apache.kafka.common
Interface Configurable
- All Known Subinterfaces:
AlterConfigPolicy
,Authorizer
,ClientQuotaCallback
,ConfigProvider
,ConsumerInterceptor<K,
,V> CreateTopicPolicy
,MessageFormatter
,MetricsReporter
,Partitioner
,ProducerInterceptor<K,
,V> Reconfigurable
,SecurityProviderCreator
,SslEngineFactory
- All Known Implementing Classes:
DirectoryConfigProvider
,EnvVarConfigProvider
,FileConfigProvider
,JmxReporter
,RoundRobinPartitioner
public interface Configurable
A Mix-in style interface for classes that are instantiated by reflection and need to take configuration parameters
-
Method Summary
-
Method Details
-
configure
Configure this class with the given key-value pairs
-