Package | Description |
---|---|
io.axoniq.axonserver.grpc.event | |
org.axonframework.axonserver.connector.event |
Modifier and Type | Method and Description |
---|---|
GetAggregateEventsRequest |
GetAggregateEventsRequest.Builder.build() |
GetAggregateEventsRequest |
GetAggregateEventsRequest.Builder.buildPartial() |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.getDefaultInstance() |
GetAggregateEventsRequest |
GetAggregateEventsRequest.getDefaultInstanceForType() |
GetAggregateEventsRequest |
GetAggregateEventsRequest.Builder.getDefaultInstanceForType() |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseDelimitedFrom(InputStream input) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(byte[] data) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(ByteBuffer data) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(InputStream input) |
static GetAggregateEventsRequest |
GetAggregateEventsRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetAggregateEventsRequest,Event> |
EventStoreGrpc.getListAggregateEventsMethod() |
com.google.protobuf.Parser<GetAggregateEventsRequest> |
GetAggregateEventsRequest.getParserForType() |
static com.google.protobuf.Parser<GetAggregateEventsRequest> |
GetAggregateEventsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Iterator<Event> |
EventStoreGrpc.EventStoreBlockingStub.listAggregateEvents(GetAggregateEventsRequest request)
Retrieves the Events for a given aggregate.
|
void |
EventStoreGrpc.EventStoreImplBase.listAggregateEvents(GetAggregateEventsRequest request,
io.grpc.stub.StreamObserver<Event> responseObserver)
Retrieves the Events for a given aggregate.
|
void |
EventStoreGrpc.EventStoreStub.listAggregateEvents(GetAggregateEventsRequest request,
io.grpc.stub.StreamObserver<Event> responseObserver)
Retrieves the Events for a given aggregate.
|
GetAggregateEventsRequest.Builder |
GetAggregateEventsRequest.Builder.mergeFrom(GetAggregateEventsRequest other) |
static GetAggregateEventsRequest.Builder |
GetAggregateEventsRequest.newBuilder(GetAggregateEventsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
Stream<Event> |
AxonServerEventStoreClient.listAggregateEvents(GetAggregateEventsRequest request)
Deprecated.
in favor of
AxonServerEventStoreClient.listAggregateEvents(String, GetAggregateEventsRequest) , as the context
should always be specified when dealing with an Event Store |
Stream<Event> |
AxonServerEventStoreClient.listAggregateEvents(String context,
GetAggregateEventsRequest request)
Retrieves the events for an aggregate described in given
request . |
Copyright © 2010–2020. All rights reserved.