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

    Modifier and Type
    Method
    Description
    void
    configure(Map<String,?> configs)
    Configure this class with the given key-value pairs
  • Method Details

    • configure

      void configure(Map<String,?> configs)
      Configure this class with the given key-value pairs