| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.event.impl | |
| io.axoniq.axonserver.grpc.event |
| Modifier and Type | Method and Description |
|---|---|
protected GetEventsRequest |
BufferedEventStream.buildFlowControlMessage(FlowControl flowControl) |
protected GetEventsRequest |
BufferedEventStream.buildInitialFlowControlMessage(FlowControl flowControl) |
| Modifier and Type | Method and Description |
|---|---|
GetEventsRequest |
GetEventsRequest.Builder.build() |
GetEventsRequest |
GetEventsRequest.Builder.buildPartial() |
static GetEventsRequest |
GetEventsRequest.getDefaultInstance() |
GetEventsRequest |
GetEventsRequest.getDefaultInstanceForType() |
GetEventsRequest |
GetEventsRequest.Builder.getDefaultInstanceForType() |
static GetEventsRequest |
GetEventsRequest.parseDelimitedFrom(InputStream input) |
static GetEventsRequest |
GetEventsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetEventsRequest |
GetEventsRequest.parseFrom(byte[] data) |
static GetEventsRequest |
GetEventsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetEventsRequest |
GetEventsRequest.parseFrom(ByteBuffer data) |
static GetEventsRequest |
GetEventsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetEventsRequest |
GetEventsRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetEventsRequest |
GetEventsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetEventsRequest |
GetEventsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetEventsRequest |
GetEventsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetEventsRequest |
GetEventsRequest.parseFrom(InputStream input) |
static GetEventsRequest |
GetEventsRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetEventsRequest,EventWithToken> |
EventStoreGrpc.getListEventsMethod() |
com.google.protobuf.Parser<GetEventsRequest> |
GetEventsRequest.getParserForType() |
io.grpc.stub.StreamObserver<GetEventsRequest> |
EventStoreGrpc.EventStoreImplBase.listEvents(io.grpc.stub.StreamObserver<EventWithToken> responseObserver)
Retrieves the Events from a given tracking token.
|
io.grpc.stub.StreamObserver<GetEventsRequest> |
EventStoreGrpc.EventStoreStub.listEvents(io.grpc.stub.StreamObserver<EventWithToken> responseObserver)
Retrieves the Events from a given tracking token.
|
static com.google.protobuf.Parser<GetEventsRequest> |
GetEventsRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetEventsRequest.Builder |
GetEventsRequest.Builder.mergeFrom(GetEventsRequest other) |
static GetEventsRequest.Builder |
GetEventsRequest.newBuilder(GetEventsRequest prototype) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.