public static final class EventStoreGrpc.EventStoreFutureStub extends io.grpc.stub.AbstractStub<EventStoreGrpc.EventStoreFutureStub>
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Confirmation> |
appendSnapshot(Event request)
Accepts a Snapshot event returning a Confirmation when completed.
|
protected EventStoreGrpc.EventStoreFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ReadHighestSequenceNrResponse> |
readHighestSequenceNr(ReadHighestSequenceNrRequest request)
Gets the highest sequence number for a specific aggregate.
|
protected EventStoreGrpc.EventStoreFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventStoreGrpc.EventStoreFutureStub>public com.google.common.util.concurrent.ListenableFuture<Confirmation> appendSnapshot(Event request)
Accepts a Snapshot event returning a Confirmation when completed.
public com.google.common.util.concurrent.ListenableFuture<ReadHighestSequenceNrResponse> readHighestSequenceNr(ReadHighestSequenceNrRequest request)
Gets the highest sequence number for a specific aggregate.
Copyright © 2017–2018. All rights reserved.