public interface CommandProviderInboundOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Command |
getCommand()
.io.axoniq.axonserver.grpc.command.Command command = 2; |
CommandOrBuilder |
getCommandOrBuilder()
.io.axoniq.axonserver.grpc.command.Command command = 2; |
Confirmation |
getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
ConfirmationOrBuilder |
getConfirmationOrBuilder()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
CommandProviderInbound.RequestCase |
getRequestCase() |
boolean |
hasCommand()
.io.axoniq.axonserver.grpc.command.Command command = 2; |
boolean |
hasConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1;
Confirmation getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1;
ConfirmationOrBuilder getConfirmationOrBuilder()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1;
boolean hasCommand()
.io.axoniq.axonserver.grpc.command.Command command = 2;
Command getCommand()
.io.axoniq.axonserver.grpc.command.Command command = 2;
CommandOrBuilder getCommandOrBuilder()
.io.axoniq.axonserver.grpc.command.Command command = 2;
CommandProviderInbound.RequestCase getRequestCase()
Copyright © 2010–2019. All rights reserved.