public interface ClientIdentificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsTags(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getClientId()
A unique identifier for this client instance.
|
com.google.protobuf.ByteString |
getClientIdBytes()
A unique identifier for this client instance.
|
String |
getComponentName()
The name of the component.
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The name of the component.
|
Map<String,String> |
getTags()
Deprecated.
|
int |
getTagsCount()
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
Map<String,String> |
getTagsMap()
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getTagsOrDefault(String key,
String defaultValue)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getTagsOrThrow(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getVersion()
Axon framework version used by the client application instance
|
com.google.protobuf.ByteString |
getVersionBytes()
Axon framework version used by the client application instance
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getClientId()
A unique identifier for this client instance. Is used to distinguish different instances of the same component
string client_id = 1;
com.google.protobuf.ByteString getClientIdBytes()
A unique identifier for this client instance. Is used to distinguish different instances of the same component
string client_id = 1;
String getComponentName()
The name of the component. Several instances of the same component should share this name
string component_name = 2;
com.google.protobuf.ByteString getComponentNameBytes()
The name of the component. Several instances of the same component should share this name
string component_name = 2;
int getTagsCount()
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;
boolean containsTags(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;
@Deprecated Map<String,String> getTags()
getTagsMap()
instead.Map<String,String> getTagsMap()
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;
String getTagsOrDefault(String key, String defaultValue)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;
String getTagsOrThrow(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;
String getVersion()
Axon framework version used by the client application instance
string version = 4;
com.google.protobuf.ByteString getVersionBytes()
Axon framework version used by the client application instance
string version = 4;
Copyright © 2010–2020. All rights reserved.