public static final class EventStoreGrpc.EventStoreBlockingStub extends io.grpc.stub.AbstractStub<EventStoreGrpc.EventStoreBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
appendSnapshot(Event request)
Accepts a Snapshot event returning a Confirmation when completed.
|
protected EventStoreGrpc.EventStoreBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<Event> |
listAggregateEvents(GetAggregateEventsRequest request)
Retrieves the Events for a given aggregate.
|
ReadHighestSequenceNrResponse |
readHighestSequenceNr(ReadHighestSequenceNrRequest request)
Gets the highest sequence number for a specific aggregate.
|
protected EventStoreGrpc.EventStoreBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventStoreGrpc.EventStoreBlockingStub>public Confirmation appendSnapshot(Event request)
Accepts a Snapshot event returning a Confirmation when completed.
public Iterator<Event> listAggregateEvents(GetAggregateEventsRequest request)
Retrieves the Events for a given aggregate. Results are streamed rather than returned at once.
public ReadHighestSequenceNrResponse readHighestSequenceNr(ReadHighestSequenceNrRequest request)
Gets the highest sequence number for a specific aggregate.
Copyright © 2017–2018. All rights reserved.