public interface QueryProviderOutboundOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
getAck()
Acknowledgement of previously sent instruction via inbound stream
|
InstructionAckOrBuilder |
getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
|
FlowControl |
getFlowControl()
Grant permits to AxonServer to send a number of messages to the client
|
FlowControlOrBuilder |
getFlowControlOrBuilder()
Grant permits to AxonServer to send a number of messages to the client
|
String |
getInstructionId()
Instruction identifier.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
Instruction identifier.
|
QueryComplete |
getQueryComplete()
Indicator that all responses for Query have been sent
|
QueryCompleteOrBuilder |
getQueryCompleteOrBuilder()
Indicator that all responses for Query have been sent
|
QueryResponse |
getQueryResponse()
Sends a Response to a Query received via the inbound stream
|
QueryResponseOrBuilder |
getQueryResponseOrBuilder()
Sends a Response to a Query received via the inbound stream
|
QueryProviderOutbound.RequestCase |
getRequestCase() |
QuerySubscription |
getSubscribe()
Registers a Query Handler with AxonServer
|
QuerySubscriptionOrBuilder |
getSubscribeOrBuilder()
Registers a Query Handler with AxonServer
|
SubscriptionQueryResponse |
getSubscriptionQueryResponse()
Sends a response for a Subscription Query that has been received via the inbound stream
|
SubscriptionQueryResponseOrBuilder |
getSubscriptionQueryResponseOrBuilder()
Sends a response for a Subscription Query that has been received via the inbound stream
|
QuerySubscription |
getUnsubscribe()
Unregisters a Query Handler with AxonServer
|
QuerySubscriptionOrBuilder |
getUnsubscribeOrBuilder()
Unregisters a Query Handler with AxonServer
|
boolean |
hasAck()
Acknowledgement of previously sent instruction via inbound stream
|
boolean |
hasFlowControl()
Grant permits to AxonServer to send a number of messages to the client
|
boolean |
hasQueryComplete()
Indicator that all responses for Query have been sent
|
boolean |
hasQueryResponse()
Sends a Response to a Query received via the inbound stream
|
boolean |
hasSubscribe()
Registers a Query Handler with AxonServer
|
boolean |
hasSubscriptionQueryResponse()
Sends a response for a Subscription Query that has been received via the inbound stream
|
boolean |
hasUnsubscribe()
Unregisters a Query Handler with AxonServer
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubscribe()
Registers a Query Handler with AxonServer
.io.axoniq.axonserver.grpc.query.QuerySubscription subscribe = 1;QuerySubscription getSubscribe()
Registers a Query Handler with AxonServer
.io.axoniq.axonserver.grpc.query.QuerySubscription subscribe = 1;QuerySubscriptionOrBuilder getSubscribeOrBuilder()
Registers a Query Handler with AxonServer
.io.axoniq.axonserver.grpc.query.QuerySubscription subscribe = 1;boolean hasUnsubscribe()
Unregisters a Query Handler with AxonServer
.io.axoniq.axonserver.grpc.query.QuerySubscription unsubscribe = 2;QuerySubscription getUnsubscribe()
Unregisters a Query Handler with AxonServer
.io.axoniq.axonserver.grpc.query.QuerySubscription unsubscribe = 2;QuerySubscriptionOrBuilder getUnsubscribeOrBuilder()
Unregisters a Query Handler with AxonServer
.io.axoniq.axonserver.grpc.query.QuerySubscription unsubscribe = 2;boolean hasFlowControl()
Grant permits to AxonServer to send a number of messages to the client
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;FlowControl getFlowControl()
Grant permits to AxonServer to send a number of messages to the client
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;FlowControlOrBuilder getFlowControlOrBuilder()
Grant permits to AxonServer to send a number of messages to the client
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;boolean hasQueryResponse()
Sends a Response to a Query received via the inbound stream
.io.axoniq.axonserver.grpc.query.QueryResponse query_response = 4;QueryResponse getQueryResponse()
Sends a Response to a Query received via the inbound stream
.io.axoniq.axonserver.grpc.query.QueryResponse query_response = 4;QueryResponseOrBuilder getQueryResponseOrBuilder()
Sends a Response to a Query received via the inbound stream
.io.axoniq.axonserver.grpc.query.QueryResponse query_response = 4;boolean hasQueryComplete()
Indicator that all responses for Query have been sent
.io.axoniq.axonserver.grpc.query.QueryComplete query_complete = 5;QueryComplete getQueryComplete()
Indicator that all responses for Query have been sent
.io.axoniq.axonserver.grpc.query.QueryComplete query_complete = 5;QueryCompleteOrBuilder getQueryCompleteOrBuilder()
Indicator that all responses for Query have been sent
.io.axoniq.axonserver.grpc.query.QueryComplete query_complete = 5;boolean hasSubscriptionQueryResponse()
Sends a response for a Subscription Query that has been received via the inbound stream
.io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse subscription_query_response = 6;SubscriptionQueryResponse getSubscriptionQueryResponse()
Sends a response for a Subscription Query that has been received via the inbound stream
.io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse subscription_query_response = 6;SubscriptionQueryResponseOrBuilder getSubscriptionQueryResponseOrBuilder()
Sends a response for a Subscription Query that has been received via the inbound stream
.io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse subscription_query_response = 6;boolean hasAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 7;InstructionAck getAck()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 7;InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via inbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 7;String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 8;com.google.protobuf.ByteString getInstructionIdBytes()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via inbound stream
string instruction_id = 8;QueryProviderOutbound.RequestCase getRequestCase()
Copyright © 2010–2020. All rights reserved.