org.apache.kafka.common
Interface Configurable

All Known Subinterfaces:
MetricsReporter
All Known Implementing Classes:
JmxReporter

public interface Configurable

A Mix-in style interface for classes that are instantiated by reflection and need to take configuration parameters


Method Summary
 void configure(java.util.Map<java.lang.String,?> configs)
          Configure this class with the given key-value pairs
 

Method Detail

configure

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