public interface QueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetaData(String key)
Meta Data providing contextual information of the Query
|
String |
getClientId()
The unique identifier of the client instance dispatching the query
|
com.google.protobuf.ByteString |
getClientIdBytes()
The unique identifier of the client instance dispatching the query
|
String |
getComponentName()
The Name of the Component dispatching the query
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The Name of the Component dispatching the query
|
String |
getMessageIdentifier()
The message ID of the incoming Query
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The message ID of the incoming Query
|
Map<String,MetaDataValue> |
getMetaData()
Deprecated.
|
int |
getMetaDataCount()
Meta Data providing contextual information of the Query
|
Map<String,MetaDataValue> |
getMetaDataMap()
Meta Data providing contextual information of the Query
|
MetaDataValue |
getMetaDataOrDefault(String key,
MetaDataValue defaultValue)
Meta Data providing contextual information of the Query
|
MetaDataValue |
getMetaDataOrThrow(String key)
Meta Data providing contextual information of the Query
|
SerializedObject |
getPayload()
A payload accompanying the Query
|
SerializedObjectOrBuilder |
getPayloadOrBuilder()
A payload accompanying the Query
|
ProcessingInstruction |
getProcessingInstructions(int index)
Any instructions for components Routing or Handling the Query
|
int |
getProcessingInstructionsCount()
Any instructions for components Routing or Handling the Query
|
List<ProcessingInstruction> |
getProcessingInstructionsList()
Any instructions for components Routing or Handling the Query
|
ProcessingInstructionOrBuilder |
getProcessingInstructionsOrBuilder(int index)
Any instructions for components Routing or Handling the Query
|
List<? extends ProcessingInstructionOrBuilder> |
getProcessingInstructionsOrBuilderList()
Any instructions for components Routing or Handling the Query
|
String |
getQuery()
The name of the Query to execute
|
com.google.protobuf.ByteString |
getQueryBytes()
The name of the Query to execute
|
SerializedObject |
getResponseType()
An object describing the expectations of the Response Type
|
SerializedObjectOrBuilder |
getResponseTypeOrBuilder()
An object describing the expectations of the Response Type
|
long |
getTimestamp()
The timestamp of the Query creation
|
boolean |
hasPayload()
A payload accompanying the Query
|
boolean |
hasResponseType()
An object describing the expectations of the Response Type
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageIdentifier()
The message ID of the incoming Query
string message_identifier = 1;
com.google.protobuf.ByteString getMessageIdentifierBytes()
The message ID of the incoming Query
string message_identifier = 1;
String getQuery()
The name of the Query to execute
string query = 2;
com.google.protobuf.ByteString getQueryBytes()
The name of the Query to execute
string query = 2;
long getTimestamp()
The timestamp of the Query creation
int64 timestamp = 3;
boolean hasPayload()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
SerializedObject getPayload()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
SerializedObjectOrBuilder getPayloadOrBuilder()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
int getMetaDataCount()
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
boolean containsMetaData(String key)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
@Deprecated Map<String,MetaDataValue> getMetaData()
getMetaDataMap()
instead.Map<String,MetaDataValue> getMetaDataMap()
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
MetaDataValue getMetaDataOrDefault(String key, MetaDataValue defaultValue)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
MetaDataValue getMetaDataOrThrow(String key)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
boolean hasResponseType()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;
SerializedObject getResponseType()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;
SerializedObjectOrBuilder getResponseTypeOrBuilder()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;
List<ProcessingInstruction> getProcessingInstructionsList()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;
ProcessingInstruction getProcessingInstructions(int index)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;
int getProcessingInstructionsCount()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;
List<? extends ProcessingInstructionOrBuilder> getProcessingInstructionsOrBuilderList()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;
ProcessingInstructionOrBuilder getProcessingInstructionsOrBuilder(int index)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;
String getClientId()
The unique identifier of the client instance dispatching the query
string client_id = 8;
com.google.protobuf.ByteString getClientIdBytes()
The unique identifier of the client instance dispatching the query
string client_id = 8;
String getComponentName()
The Name of the Component dispatching the query
string component_name = 9;
com.google.protobuf.ByteString getComponentNameBytes()
The Name of the Component dispatching the query
string component_name = 9;
Copyright © 2010–2020. All rights reserved.