public interface HeaderResolver<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,T> |
resolve(java.lang.Object key)
Resolve the headers that might be encoded in a key.
|
@Nullable java.util.Map<java.lang.String,T> resolve(java.lang.Object key)
key - The key to match.