RepeatedValueHandler

public interface RepeatedValueHandler<T, C>

API for handling repeated metadata key/values in a single callback.

Parameters

<T>

the key/value type.

<C>

the type of the context passed to the callbacks.

Functions

Link copied to clipboard
public abstract void handle(MetadataKey<T> key, Iterator<T> values, C context)
Handles all repeated metadata values for a given key.