Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 473 Bytes

kafka-common-Configurable.adoc

File metadata and controls

23 lines (17 loc) · 473 Bytes

Configurable Contract

Configurable is the abstraction of classes that are instantiated by reflection and need to take configuration parameters.

Table 1. Configurable Contract
Method Description

configure

void configure(
  Map<String, ?> configs)

Configures the class with the given key-value configurations