public interface Backend
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Backend.EventLog
A strictly ordered log of submitted events.
|
| Modifier and Type | Method and Description |
|---|---|
Backend.EventLog |
openEventLog(String logId)
Opens an event log with the given id.
|
Backend.EventLog openEventLog(String logId)
EventLog#subscribe(Consumer) is invoked, but it is still
recommended to make this method fail fast in case it would not be
possible to open an actual underlying connection later.logId - the id of the event log to open, not nullnullCopyright © 2023. All rights reserved.