public interface SubscriptionQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getNumberOfPermits()
The number of messages the Server may send before needing to await additional permits
|
QueryRequest |
getQueryRequest()
The Query describing the desire for information
|
QueryRequestOrBuilder |
getQueryRequestOrBuilder()
The Query describing the desire for information
|
String |
getSubscriptionIdentifier()
A unique identifier for this subscription
|
com.google.protobuf.ByteString |
getSubscriptionIdentifierBytes()
A unique identifier for this subscription
|
SerializedObject |
getUpdateResponseType()
A description of the type of Object expected as Update Responses
|
SerializedObjectOrBuilder |
getUpdateResponseTypeOrBuilder()
A description of the type of Object expected as Update Responses
|
boolean |
hasQueryRequest()
The Query describing the desire for information
|
boolean |
hasUpdateResponseType()
A description of the type of Object expected as Update Responses
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getSubscriptionIdentifier()
A unique identifier for this subscription
string subscription_identifier = 1;
com.google.protobuf.ByteString getSubscriptionIdentifierBytes()
A unique identifier for this subscription
string subscription_identifier = 1;
long getNumberOfPermits()
The number of messages the Server may send before needing to await additional permits
int64 number_of_permits = 2;
boolean hasQueryRequest()
The Query describing the desire for information
.io.axoniq.axonserver.grpc.query.QueryRequest query_request = 3;
QueryRequest getQueryRequest()
The Query describing the desire for information
.io.axoniq.axonserver.grpc.query.QueryRequest query_request = 3;
QueryRequestOrBuilder getQueryRequestOrBuilder()
The Query describing the desire for information
.io.axoniq.axonserver.grpc.query.QueryRequest query_request = 3;
boolean hasUpdateResponseType()
A description of the type of Object expected as Update Responses
.io.axoniq.axonserver.grpc.SerializedObject update_response_type = 4;
SerializedObject getUpdateResponseType()
A description of the type of Object expected as Update Responses
.io.axoniq.axonserver.grpc.SerializedObject update_response_type = 4;
SerializedObjectOrBuilder getUpdateResponseTypeOrBuilder()
A description of the type of Object expected as Update Responses
.io.axoniq.axonserver.grpc.SerializedObject update_response_type = 4;
Copyright © 2010–2020. All rights reserved.