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.
|
java.lang.String |
unresolveGroup(java.lang.String group)
Translates the external representation of consumer group id to the internal one.
|
configure, getNameFromContext, resolve, unresolve, unresolveContextjava.lang.String resolveGroup(java.lang.String group)
group - the internal consumer group idjava.lang.String unresolveGroup(java.lang.String group)
group - the external consumer group idCopyright © 2020 Axual B.V.. All rights reserved.