| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc.event |
| Modifier and Type | Method and Description |
|---|---|
GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.Builder.build() |
GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.Builder.buildPartial() |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.getDefaultInstance() |
GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.getDefaultInstanceForType() |
GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.Builder.getDefaultInstanceForType() |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseDelimitedFrom(InputStream input) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(byte[] data) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(ByteBuffer data) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(InputStream input) |
static GetAggregateSnapshotsRequest |
GetAggregateSnapshotsRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetAggregateSnapshotsRequest,Event> |
EventStoreGrpc.getListAggregateSnapshotsMethod() |
com.google.protobuf.Parser<GetAggregateSnapshotsRequest> |
GetAggregateSnapshotsRequest.getParserForType() |
static com.google.protobuf.Parser<GetAggregateSnapshotsRequest> |
GetAggregateSnapshotsRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Event> |
EventStoreGrpc.EventStoreBlockingStub.listAggregateSnapshots(GetAggregateSnapshotsRequest request)
Retrieves the Snapshots for a given aggregate.
|
void |
EventStoreGrpc.EventStoreImplBase.listAggregateSnapshots(GetAggregateSnapshotsRequest request,
io.grpc.stub.StreamObserver<Event> responseObserver)
Retrieves the Snapshots for a given aggregate.
|
void |
EventStoreGrpc.EventStoreStub.listAggregateSnapshots(GetAggregateSnapshotsRequest request,
io.grpc.stub.StreamObserver<Event> responseObserver)
Retrieves the Snapshots for a given aggregate.
|
GetAggregateSnapshotsRequest.Builder |
GetAggregateSnapshotsRequest.Builder.mergeFrom(GetAggregateSnapshotsRequest other) |
static GetAggregateSnapshotsRequest.Builder |
GetAggregateSnapshotsRequest.newBuilder(GetAggregateSnapshotsRequest prototype) |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.