public abstract class JournalRepository extends Object
Journal repositories. This implementation
blocks and thus must be used only by vlingo-scooter services.| Modifier and Type | Class and Description |
|---|---|
class |
JournalRepository.AppendInterest |
| Modifier | Constructor and Description |
|---|---|
protected |
JournalRepository() |
| Modifier and Type | Method and Description |
|---|---|
protected JournalRepository.AppendInterest |
appendInterest()
Answer an
JournalRepository.AppendInterest for each new
append() and appendAll(). |
protected void |
await(JournalRepository.AppendInterest interest)
Await on the append to be completed.
|
protected JournalRepository.AppendInterest appendInterest()
JournalRepository.AppendInterest for each new
append() and appendAll().protected void await(JournalRepository.AppendInterest interest)
interest must be
requested upon each new append() and appendAll().interest - the AppendInterest on which the await is based.Copyright © 2020. All rights reserved.