public interface QueryFlowControlOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getPermits()
Number of messages requested
|
QueryReference |
getQueryReference()
The identifier of the incoming query to complete
|
QueryReferenceOrBuilder |
getQueryReferenceOrBuilder()
The identifier of the incoming query to complete
|
boolean |
hasQueryReference()
The identifier of the incoming query to complete
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQueryReference()
The identifier of the incoming query to complete
.io.axoniq.axonserver.grpc.query.QueryReference query_reference = 1;QueryReference getQueryReference()
The identifier of the incoming query to complete
.io.axoniq.axonserver.grpc.query.QueryReference query_reference = 1;QueryReferenceOrBuilder getQueryReferenceOrBuilder()
The identifier of the incoming query to complete
.io.axoniq.axonserver.grpc.query.QueryReference query_reference = 1;long getPermits()
Number of messages requested
int64 permits = 2;Copyright © 2020–2023 AxonIQ BV. All rights reserved.