Package | Description |
---|---|
io.axoniq.axonserver.grpc | |
io.axoniq.axonserver.grpc.command | |
io.axoniq.axonserver.grpc.query |
Modifier and Type | Method and Description |
---|---|
Confirmation |
Confirmation.Builder.build() |
Confirmation |
Confirmation.Builder.buildPartial() |
static Confirmation |
Confirmation.getDefaultInstance() |
Confirmation |
Confirmation.getDefaultInstanceForType() |
Confirmation |
Confirmation.Builder.getDefaultInstanceForType() |
static Confirmation |
Confirmation.parseDelimitedFrom(InputStream input) |
static Confirmation |
Confirmation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Confirmation |
Confirmation.parseFrom(byte[] data) |
static Confirmation |
Confirmation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Confirmation |
Confirmation.parseFrom(ByteBuffer data) |
static Confirmation |
Confirmation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Confirmation |
Confirmation.parseFrom(com.google.protobuf.ByteString data) |
static Confirmation |
Confirmation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Confirmation |
Confirmation.parseFrom(com.google.protobuf.CodedInputStream input) |
static Confirmation |
Confirmation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Confirmation |
Confirmation.parseFrom(InputStream input) |
static Confirmation |
Confirmation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Confirmation> |
Confirmation.getParserForType() |
static com.google.protobuf.Parser<Confirmation> |
Confirmation.parser() |
Modifier and Type | Method and Description |
---|---|
Confirmation.Builder |
Confirmation.Builder.mergeFrom(Confirmation other) |
static Confirmation.Builder |
Confirmation.newBuilder(Confirmation prototype) |
Modifier and Type | Method and Description |
---|---|
Confirmation |
CommandProviderInboundOrBuilder.getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Confirmation |
CommandProviderInbound.getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Confirmation |
CommandProviderInbound.Builder.getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Modifier and Type | Method and Description |
---|---|
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.mergeConfirmation(Confirmation value)
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.setConfirmation(Confirmation value)
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Modifier and Type | Method and Description |
---|---|
Confirmation |
QueryProviderInboundOrBuilder.getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Confirmation |
QueryProviderInbound.getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Confirmation |
QueryProviderInbound.Builder.getConfirmation()
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Modifier and Type | Method and Description |
---|---|
QueryProviderInbound.Builder |
QueryProviderInbound.Builder.mergeConfirmation(Confirmation value)
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
QueryProviderInbound.Builder |
QueryProviderInbound.Builder.setConfirmation(Confirmation value)
.io.axoniq.axonserver.grpc.Confirmation confirmation = 1; |
Copyright © 2010–2019. All rights reserved.