Package | Description |
---|---|
io.axoniq.axonserver.grpc.event | |
org.axonframework.axonserver.connector.event |
Modifier and Type | Method and Description |
---|---|
Confirmation |
EventStoreGrpc.EventStoreBlockingStub.appendSnapshot(Event request)
Accepts a Snapshot event returning a Confirmation when completed.
|
Confirmation |
Confirmation.Builder.build() |
Confirmation |
Confirmation.Builder.buildPartial() |
static Confirmation |
Confirmation.getDefaultInstance() |
Confirmation |
Confirmation.getDefaultInstanceForType() |
Confirmation |
Confirmation.Builder.getDefaultInstanceForType() |
Confirmation |
QueryEventsResponse.getFilesCompleted()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
Confirmation |
QueryEventsResponse.Builder.getFilesCompleted()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
Confirmation |
QueryEventsResponseOrBuilder.getFilesCompleted()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
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.common.util.concurrent.ListenableFuture<Confirmation> |
EventStoreGrpc.EventStoreFutureStub.appendSnapshot(Event request)
Accepts a Snapshot event returning a Confirmation when completed.
|
static io.grpc.MethodDescriptor<Event,Confirmation> |
EventStoreGrpc.getAppendEventMethod() |
static io.grpc.MethodDescriptor<Event,Confirmation> |
EventStoreGrpc.getAppendSnapshotMethod() |
com.google.protobuf.Parser<Confirmation> |
Confirmation.getParserForType() |
static com.google.protobuf.Parser<Confirmation> |
Confirmation.parser() |
Modifier and Type | Method and Description |
---|---|
QueryEventsResponse.Builder |
QueryEventsResponse.Builder.mergeFilesCompleted(Confirmation value)
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
Confirmation.Builder |
Confirmation.Builder.mergeFrom(Confirmation other) |
static Confirmation.Builder |
Confirmation.newBuilder(Confirmation prototype) |
QueryEventsResponse.Builder |
QueryEventsResponse.Builder.setFilesCompleted(Confirmation value)
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<Event> |
EventStoreGrpc.EventStoreImplBase.appendEvent(io.grpc.stub.StreamObserver<Confirmation> responseObserver)
Accepts a stream of Events returning a Confirmation when completed.
|
io.grpc.stub.StreamObserver<Event> |
EventStoreGrpc.EventStoreStub.appendEvent(io.grpc.stub.StreamObserver<Confirmation> responseObserver)
Accepts a stream of Events returning a Confirmation when completed.
|
void |
EventStoreGrpc.EventStoreImplBase.appendSnapshot(Event request,
io.grpc.stub.StreamObserver<Confirmation> responseObserver)
Accepts a Snapshot event returning a Confirmation when completed.
|
void |
EventStoreGrpc.EventStoreStub.appendSnapshot(Event request,
io.grpc.stub.StreamObserver<Confirmation> responseObserver)
Accepts a Snapshot event returning a Confirmation when completed.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Confirmation> |
AxonServerEventStoreClient.appendSnapshot(Event snapshot) |
Constructor and Description |
---|
AppendEventTransaction(int timeout,
io.grpc.stub.StreamObserver<Event> eventStreamObserver,
CompletableFuture<Confirmation> observer,
EventCipher eventCipher) |
Copyright © 2010–2019. All rights reserved.