Package org.apache.kafka.common
Interface Configurable
- All Known Subinterfaces:
AlterConfigPolicy,Authorizer,ClientQuotaCallback,ConfigProvider,ConsumerInterceptor<K,,V> CreateClusterLinkPolicy,CreateTopicPolicy,MessageFormatter,MetricsReporter,MultiTenantQuotaConsumer,Partitioner,ProducerInterceptor<K,,V> Reconfigurable,SecurityProviderCreator,SslEngineFactory
- All Known Implementing Classes:
DelegatingReconfigurable,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
-