public class EndpointContextUtil extends Object
| Constructor and Description |
|---|
EndpointContextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
match(String name,
Set<String> keys,
EndpointContext context1,
EndpointContext context2)
Match endpoint contexts based on a set of keys.
|
public static boolean match(String name, Set<String> keys, EndpointContext context1, EndpointContext context2)
name - name of matcher for logging.keys - set of keys to be matched.context1 - endpoint context to be comparedcontext2 - endpoint context to be comparedCopyright © 2019 Eclipse Foundation. All rights reserved.