public interface CommandProviderOutboundOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommandResponse |
getCommandResponse()
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
CommandResponseOrBuilder |
getCommandResponseOrBuilder()
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
FlowControl |
getFlowControl()
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3; |
FlowControlOrBuilder |
getFlowControlOrBuilder()
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3; |
CommandProviderOutbound.RequestCase |
getRequestCase() |
CommandSubscription |
getSubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1; |
CommandSubscriptionOrBuilder |
getSubscribeOrBuilder()
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1; |
CommandSubscription |
getUnsubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2; |
CommandSubscriptionOrBuilder |
getUnsubscribeOrBuilder()
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2; |
boolean |
hasCommandResponse()
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4; |
boolean |
hasFlowControl()
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3; |
boolean |
hasSubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1; |
boolean |
hasUnsubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1;
CommandSubscription getSubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1;
CommandSubscriptionOrBuilder getSubscribeOrBuilder()
.io.axoniq.axonserver.grpc.command.CommandSubscription subscribe = 1;
boolean hasUnsubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2;
CommandSubscription getUnsubscribe()
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2;
CommandSubscriptionOrBuilder getUnsubscribeOrBuilder()
.io.axoniq.axonserver.grpc.command.CommandSubscription unsubscribe = 2;
boolean hasFlowControl()
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;
FlowControl getFlowControl()
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;
FlowControlOrBuilder getFlowControlOrBuilder()
.io.axoniq.axonserver.grpc.FlowControl flow_control = 3;
boolean hasCommandResponse()
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4;
CommandResponse getCommandResponse()
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4;
CommandResponseOrBuilder getCommandResponseOrBuilder()
.io.axoniq.axonserver.grpc.command.CommandResponse command_response = 4;
CommandProviderOutbound.RequestCase getRequestCase()
Copyright © 2010–2019. All rights reserved.