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
,StreamsPartitioner
- All Known Implementing Classes:
DefaultStreamsPartitioner
,DirectoryConfigProvider
,EnvVarConfigProvider
,FileConfigProvider
,JmxReporter
,RoundRobinPartitioner
,UniformStickyPartitioner
public interface Configurable
A Mix-in style interface for classes that are instantiated by reflection and need to take configuration parameters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(Map<String,?> configs)
Configure this class with the given key-value pairs
-