Package | Description |
---|---|
io.axoniq.axonserver.grpc.event | |
org.axonframework.axonserver.connector.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) |
Modifier and Type | Method and Description |
---|---|
Stream<Event> |
AxonServerEventStoreClient.listAggregateSnapshots(GetAggregateSnapshotsRequest request)
Deprecated.
in favor of
AxonServerEventStoreClient.listAggregateSnapshots(String, GetAggregateSnapshotsRequest) , as the
context should always be specified when dealing with an Event Store |
Stream<Event> |
AxonServerEventStoreClient.listAggregateSnapshots(String context,
GetAggregateSnapshotsRequest request)
Retrieve a stream of all the snapshot events utilizing the given
GetAggregateSnapshotsRequest |
Copyright © 2010–2020. All rights reserved.