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