org.apache.kafka.common
Interface Configurable


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