Package | Description |
---|---|
io.axoniq.axonserver.grpc.event | |
org.axonframework.axonserver.connector.event |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GetAggregateSnapshotsRequest,Event> |
EventStoreGrpc.METHOD_LIST_AGGREGATE_SNAPSHOTS |
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(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 |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Stream<Event> |
AxonServerEventStoreClient.listAggregateSnapshots(GetAggregateSnapshotsRequest request) |
Copyright © 2010–2018. All rights reserved.