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
|
QueryReference |
getQueryCancel()
Indicator that receiver is no more interested in updates of this query
|
QueryReferenceOrBuilder |
getQueryCancelOrBuilder()
Indicator that receiver is no more interested in updates of this query
|
QueryFlowControl |
getQueryFlowControl()
Indicator that receiver should send more updates of this query
|
QueryFlowControlOrBuilder |
getQueryFlowControlOrBuilder()
Indicator that receiver should send more updates of this query
|
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 |
hasQueryCancel()
Indicator that receiver is no more interested in updates of this query
|
boolean |
hasQueryFlowControl()
Indicator that receiver should send more updates of this query
|
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, hasOneofboolean 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;boolean hasQueryCancel()
Indicator that receiver is no more interested in updates of this query
.io.axoniq.axonserver.grpc.query.QueryReference query_cancel = 5;QueryReference getQueryCancel()
Indicator that receiver is no more interested in updates of this query
.io.axoniq.axonserver.grpc.query.QueryReference query_cancel = 5;QueryReferenceOrBuilder getQueryCancelOrBuilder()
Indicator that receiver is no more interested in updates of this query
.io.axoniq.axonserver.grpc.query.QueryReference query_cancel = 5;boolean hasQueryFlowControl()
Indicator that receiver should send more updates of this query
.io.axoniq.axonserver.grpc.query.QueryFlowControl query_flow_control = 6;QueryFlowControl getQueryFlowControl()
Indicator that receiver should send more updates of this query
.io.axoniq.axonserver.grpc.query.QueryFlowControl query_flow_control = 6;QueryFlowControlOrBuilder getQueryFlowControlOrBuilder()
Indicator that receiver should send more updates of this query
.io.axoniq.axonserver.grpc.query.QueryFlowControl query_flow_control = 6;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 © 2020–2022 AxonIQ BV. All rights reserved.