Package org.apache.kafka.common
Interface Configurable
-
- All Known Subinterfaces:
AlterConfigPolicy
,ClientQuotaCallback
,ConfigProvider
,ConsumerInterceptor<K,V>
,CreateTopicPolicy
,Partitioner
,PrincipalBuilder
,ProducerInterceptor<K,V>
,Reconfigurable
,StreamsPartitioner
- All Known Implementing Classes:
DefaultPrincipalBuilder
,DefaultStreamsPartitioner
,FileConfigProvider
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(java.util.Map<java.lang.String,?> configs)
Configure this class with the given key-value pairs
-