ValueHandler

public interface ValueHandler<T, C>

API for handling metadata key/value pairs individually.

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(FloggerMetadataKey<T> key, T value, C context)
Handles metadata values individually.