public class AppendEventTransaction extends Object
| Constructor and Description |
|---|
AppendEventTransaction(io.grpc.stub.StreamObserver<Event> eventStreamObserver,
CompletableFuture<Confirmation> observer,
long commitTimeout,
EventCipher eventCipher) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(Event event) |
void |
commit() |
void |
rollback(Throwable reason) |
public AppendEventTransaction(io.grpc.stub.StreamObserver<Event> eventStreamObserver, CompletableFuture<Confirmation> observer, long commitTimeout, EventCipher eventCipher)
Copyright © 2017–2018. All rights reserved.