public interface SubscriptionQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QueryUpdateComplete |
getComplete()
Indicates the Query is complete, and no more Updates will be sent
|
QueryUpdateCompleteExceptionally |
getCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
|
QueryUpdateCompleteExceptionallyOrBuilder |
getCompleteExceptionallyOrBuilder()
Indicates the Query failed exceptionally, and no more Updates will be sent
|
QueryUpdateCompleteOrBuilder |
getCompleteOrBuilder()
Indicates the Query is complete, and no more Updates will be sent
|
QueryResponse |
getInitialResult()
Provides an Initial Response
|
QueryResponseOrBuilder |
getInitialResultOrBuilder()
Provides an Initial Response
|
String |
getMessageIdentifier()
The unique identifier for this message
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The unique identifier for this message
|
SubscriptionQueryResponse.ResponseCase |
getResponseCase() |
String |
getSubscriptionIdentifier()
The identifier of the subscription query this is a response for
|
com.google.protobuf.ByteString |
getSubscriptionIdentifierBytes()
The identifier of the subscription query this is a response for
|
QueryUpdate |
getUpdate()
Provides an Update Response
|
QueryUpdateOrBuilder |
getUpdateOrBuilder()
Provides an Update Response
|
boolean |
hasComplete()
Indicates the Query is complete, and no more Updates will be sent
|
boolean |
hasCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
|
boolean |
hasInitialResult()
Provides an Initial Response
|
boolean |
hasUpdate()
Provides an Update Response
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessageIdentifier()
The unique identifier for this message
string message_identifier = 1;com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier for this message
string message_identifier = 1;String getSubscriptionIdentifier()
The identifier of the subscription query this is a response for
string subscription_identifier = 2;com.google.protobuf.ByteString getSubscriptionIdentifierBytes()
The identifier of the subscription query this is a response for
string subscription_identifier = 2;boolean hasInitialResult()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;QueryResponse getInitialResult()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;QueryResponseOrBuilder getInitialResultOrBuilder()
Provides an Initial Response
.io.axoniq.axonserver.grpc.query.QueryResponse initial_result = 3;boolean hasUpdate()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;QueryUpdate getUpdate()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;QueryUpdateOrBuilder getUpdateOrBuilder()
Provides an Update Response
.io.axoniq.axonserver.grpc.query.QueryUpdate update = 4;boolean hasComplete()
Indicates the Query is complete, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;QueryUpdateComplete getComplete()
Indicates the Query is complete, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;QueryUpdateCompleteOrBuilder getCompleteOrBuilder()
Indicates the Query is complete, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateComplete complete = 5;boolean hasCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;QueryUpdateCompleteExceptionally getCompleteExceptionally()
Indicates the Query failed exceptionally, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;QueryUpdateCompleteExceptionallyOrBuilder getCompleteExceptionallyOrBuilder()
Indicates the Query failed exceptionally, and no more Updates will be sent
.io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally complete_exceptionally = 6;SubscriptionQueryResponse.ResponseCase getResponseCase()
Copyright © 2010–2020. All rights reserved.