public interface GroupResolver extends Resolver
resolveGroup(String). The reverse is
done through {link #unresolveGroup(String)}.DEFAULT_PREFIX| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolveGroup(java.lang.String group)
Translates the internal representation of consumer group id to the external one.
|
default java.util.Set<java.lang.String> |
resolveGroups(java.util.Collection<java.lang.String> groups)
Translates a collection of group ids using the internal format to a collection of group ids
using the external format
|
java.lang.String |
unresolveGroup(java.lang.String group)
Translates the external representation of consumer group id to the internal one.
|
default java.util.Set<java.lang.String> |
unresolveGroups(java.util.Collection<java.lang.String> groups)
Translates a collection of group ids using the external format to a collection of group ids
using the internal format
|
configure, getNameFromContext, resolve, unresolve, unresolveContextjava.lang.String resolveGroup(java.lang.String group)
group - the internal consumer group iddefault java.util.Set<java.lang.String> resolveGroups(java.util.Collection<java.lang.String> groups)
groups - the internal consumer group ids to resolvejava.lang.String unresolveGroup(java.lang.String group)
group - the external consumer group iddefault java.util.Set<java.lang.String> unresolveGroups(java.util.Collection<java.lang.String> groups)
groups - the external consumer group ids to resolveCopyright © 2020–2022 Axual B.V.. All rights reserved.