Package org.apache.kafka.common
Interface Configurable
-
- All Known Subinterfaces:
AlterConfigPolicy,Authorizer,ClientQuotaCallback,ConfigProvider,ConnectorClientConfigOverridePolicy,ConnectRestExtension,ConsumerInterceptor<K,V>,CreateTopicPolicy,DeserializationExceptionHandler,HeaderConverter,MessageFormatter,MetricsReporter,Partitioner,Predicate<R>,PrincipalBuilder,ProducerInterceptor<K,V>,ProductionExceptionHandler,Reconfigurable,SecurityProviderCreator,SslEngineFactory,Transformation<R>
- All Known Implementing Classes:
DefaultPrincipalBuilder,DefaultProductionExceptionHandler,DefaultReplicationPolicy,DirectoryConfigProvider,FileConfigProvider,JmxReporter,LogAndContinueExceptionHandler,LogAndFailExceptionHandler,RoundRobinPartitioner,SimpleHeaderConverter,StringConverter,UniformStickyPartitioner
public interface ConfigurableA 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 voidconfigure(Map<String,?> configs)Configure this class with the given key-value pairs
-