public interface QueryProviderInboundOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InstructionAck |
getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAckOrBuilder |
getAckOrBuilder()
Acknowledgement of previously sent instruction via outbound stream
|
String |
getInstructionId()
Instruction identifier.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
Instruction identifier.
|
QueryRequest |
getQuery()
Represents an incoming Query, for which this component is expected to provide a response
|
QueryRequestOrBuilder |
getQueryOrBuilder()
Represents an incoming Query, for which this component is expected to provide a response
|
QueryProviderInbound.RequestCase |
getRequestCase() |
SubscriptionQueryRequest |
getSubscriptionQueryRequest()
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
|
SubscriptionQueryRequestOrBuilder |
getSubscriptionQueryRequestOrBuilder()
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
|
boolean |
hasAck()
Acknowledgement of previously sent instruction via outbound stream
|
boolean |
hasQuery()
Represents an incoming Query, for which this component is expected to provide a response
|
boolean |
hasSubscriptionQueryRequest()
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAck()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 1;
InstructionAck getAck()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 1;
InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 1;
boolean hasQuery()
Represents an incoming Query, for which this component is expected to provide a response
.io.axoniq.axonserver.grpc.query.QueryRequest query = 2;
QueryRequest getQuery()
Represents an incoming Query, for which this component is expected to provide a response
.io.axoniq.axonserver.grpc.query.QueryRequest query = 2;
QueryRequestOrBuilder getQueryOrBuilder()
Represents an incoming Query, for which this component is expected to provide a response
.io.axoniq.axonserver.grpc.query.QueryRequest query = 2;
boolean hasSubscriptionQueryRequest()
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
.io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest subscription_query_request = 3;
SubscriptionQueryRequest getSubscriptionQueryRequest()
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
.io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest subscription_query_request = 3;
SubscriptionQueryRequestOrBuilder getSubscriptionQueryRequestOrBuilder()
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
.io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest subscription_query_request = 3;
String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via outbound stream
string instruction_id = 4;
com.google.protobuf.ByteString getInstructionIdBytes()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via outbound stream
string instruction_id = 4;
QueryProviderInbound.RequestCase getRequestCase()
Copyright © 2010–2020. All rights reserved.