Modifier and Type | Method and Description |
---|---|
EventWithToken |
EventWithToken.Builder.build() |
EventWithToken |
EventWithToken.Builder.buildPartial() |
static EventWithToken |
EventWithToken.getDefaultInstance() |
EventWithToken |
EventWithToken.getDefaultInstanceForType() |
EventWithToken |
EventWithToken.Builder.getDefaultInstanceForType() |
static EventWithToken |
EventWithToken.parseDelimitedFrom(InputStream input) |
static EventWithToken |
EventWithToken.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventWithToken |
EventWithToken.parseFrom(byte[] data) |
static EventWithToken |
EventWithToken.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventWithToken |
EventWithToken.parseFrom(ByteBuffer data) |
static EventWithToken |
EventWithToken.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventWithToken |
EventWithToken.parseFrom(com.google.protobuf.ByteString data) |
static EventWithToken |
EventWithToken.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventWithToken |
EventWithToken.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventWithToken |
EventWithToken.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventWithToken |
EventWithToken.parseFrom(InputStream input) |
static EventWithToken |
EventWithToken.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<EventWithToken> |
EventWithToken.getParserForType() |
static com.google.protobuf.Parser<EventWithToken> |
EventWithToken.parser() |
Modifier and Type | Method and Description |
---|---|
EventWithToken.Builder |
EventWithToken.Builder.mergeFrom(EventWithToken other) |
static EventWithToken.Builder |
EventWithToken.newBuilder(EventWithToken prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<GetEventsRequest> |
AxonServerEventStoreClient.listEvents(io.grpc.stub.StreamObserver<EventWithToken> responseStreamObserver)
Deprecated.
in favor of
AxonServerEventStoreClient.listEvents(String, StreamObserver) , as the context should always
be specified when dealing with an Event Store |
io.grpc.stub.StreamObserver<GetEventsRequest> |
AxonServerEventStoreClient.listEvents(String context,
io.grpc.stub.StreamObserver<EventWithToken> responseStreamObserver)
Provide a list of events by using a
StreamObserver for type GetEventsRequest . |
Modifier and Type | Method and Description |
---|---|
boolean |
EventBuffer.push(EventWithToken event)
Push a new
event on to this EventBuffer instance. |
Modifier and Type | Method and Description |
---|---|
EventWithToken |
EventCipher.decrypt(EventWithToken cryptoEventWithToken) |
Modifier and Type | Method and Description |
---|---|
EventWithToken |
EventCipher.decrypt(EventWithToken cryptoEventWithToken) |
Copyright © 2010–2020. All rights reserved.