public class TierTopicClient
extends java.lang.Object
Constructor and Description |
---|
TierTopicClient() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
clientIdPrefix(java.lang.String clientType)
Client id prefix to use for tier topic clients.
|
static boolean |
isTierTopicClient(java.lang.String clientId)
Check if the clientId is one used by tier topic clients.
|
public static java.lang.String clientIdPrefix(java.lang.String clientType)
clientType
- The client type (consumer, producer, admin client)public static boolean isTierTopicClient(java.lang.String clientId)
clientId
- The client id to check