public interface SubscriptionQueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SubscriptionQuery |
getFlowControl()
Allows the Server to provide additional Updates to be sent.
|
SubscriptionQueryOrBuilder |
getFlowControlOrBuilder()
Allows the Server to provide additional Updates to be sent.
|
SubscriptionQuery |
getGetInitialResult()
Requests the initial result of a subscription query to be sent.
|
SubscriptionQueryOrBuilder |
getGetInitialResultOrBuilder()
Requests the initial result of a subscription query to be sent.
|
SubscriptionQueryRequest.RequestCase |
getRequestCase() |
SubscriptionQuery |
getSubscribe()
Start a Subscription Query with the given details.
|
SubscriptionQueryOrBuilder |
getSubscribeOrBuilder()
Start a Subscription Query with the given details.
|
SubscriptionQuery |
getUnsubscribe()
Ends a previously started Subscription Query with the given details
|
SubscriptionQueryOrBuilder |
getUnsubscribeOrBuilder()
Ends a previously started Subscription Query with the given details
|
boolean |
hasFlowControl()
Allows the Server to provide additional Updates to be sent.
|
boolean |
hasGetInitialResult()
Requests the initial result of a subscription query to be sent.
|
boolean |
hasSubscribe()
Start a Subscription Query with the given details.
|
boolean |
hasUnsubscribe()
Ends a previously started Subscription Query with the given details
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubscribe()
Start a Subscription Query with the given details.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery subscribe = 1;SubscriptionQuery getSubscribe()
Start a Subscription Query with the given details.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery subscribe = 1;SubscriptionQueryOrBuilder getSubscribeOrBuilder()
Start a Subscription Query with the given details.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery subscribe = 1;boolean hasUnsubscribe()
Ends a previously started Subscription Query with the given details
.io.axoniq.axonserver.grpc.query.SubscriptionQuery unsubscribe = 2;SubscriptionQuery getUnsubscribe()
Ends a previously started Subscription Query with the given details
.io.axoniq.axonserver.grpc.query.SubscriptionQuery unsubscribe = 2;SubscriptionQueryOrBuilder getUnsubscribeOrBuilder()
Ends a previously started Subscription Query with the given details
.io.axoniq.axonserver.grpc.query.SubscriptionQuery unsubscribe = 2;boolean hasGetInitialResult()
Requests the initial result of a subscription query to be sent. This should always be done after opening the subscription query itself, to remove concurrency conflicts with Update messages.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery get_initial_result = 3;SubscriptionQuery getGetInitialResult()
Requests the initial result of a subscription query to be sent. This should always be done after opening the subscription query itself, to remove concurrency conflicts with Update messages.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery get_initial_result = 3;SubscriptionQueryOrBuilder getGetInitialResultOrBuilder()
Requests the initial result of a subscription query to be sent. This should always be done after opening the subscription query itself, to remove concurrency conflicts with Update messages.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery get_initial_result = 3;boolean hasFlowControl()
Allows the Server to provide additional Updates to be sent. Only the `number_of_permits` field needs to be set on this message.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery flow_control = 4;SubscriptionQuery getFlowControl()
Allows the Server to provide additional Updates to be sent. Only the `number_of_permits` field needs to be set on this message.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery flow_control = 4;SubscriptionQueryOrBuilder getFlowControlOrBuilder()
Allows the Server to provide additional Updates to be sent. Only the `number_of_permits` field needs to be set on this message.
.io.axoniq.axonserver.grpc.query.SubscriptionQuery flow_control = 4;SubscriptionQueryRequest.RequestCase getRequestCase()
Copyright © 2010–2020. All rights reserved.