public interface LabelConsumer
Labels
This interface should be considered to be a FunctionalInterface in the java 8+ meaning of that term.
void
consume(String key, String value)
void consume(String key, String value)