public interface LabelConsumer
Labels
.
This interface should be considered to be a FunctionalInterface in the java 8+ meaning of that term.
Modifier and Type | Method and Description |
---|---|
void |
consume(java.lang.String key,
java.lang.String value) |