@FunctionalInterface
public interface ZeebeLogAppender
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<io.atomix.storage.journal.Indexed<ZeebeEntry>> |
appendEntry(byte[] data)
Appends an entry to the local Raft log and schedules replication to each follower.
|
java.util.concurrent.CompletableFuture<io.atomix.storage.journal.Indexed<ZeebeEntry>> appendEntry(byte[] data)
data - data to store in the entryCopyright © 2013-2019. All Rights Reserved.