public class JournalRepository.AppendInterest extends Object implements io.vlingo.symbio.store.journal.Journal.AppendResultInterest
| Modifier and Type | Method and Description |
|---|---|
<S,ST> void |
appendAllResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
List<io.vlingo.symbio.Source<S>> sources,
io.vlingo.symbio.Metadata metadata,
Optional<ST> snapshot,
Object object) |
<S,ST> void |
appendAllResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
List<io.vlingo.symbio.Source<S>> sources,
Optional<ST> snapshot,
Object object) |
<S,ST> void |
appendResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
io.vlingo.symbio.Source<S> source,
io.vlingo.symbio.Metadata metadata,
Optional<ST> snapshot,
Object object) |
<S,ST> void |
appendResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
io.vlingo.symbio.Source<S> source,
Optional<ST> snapshot,
Object object) |
public <S,ST> void appendResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
io.vlingo.symbio.Source<S> source,
Optional<ST> snapshot,
Object object)
appendResultedIn in interface io.vlingo.symbio.store.journal.Journal.AppendResultInterestpublic <S,ST> void appendResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
io.vlingo.symbio.Source<S> source,
io.vlingo.symbio.Metadata metadata,
Optional<ST> snapshot,
Object object)
appendResultedIn in interface io.vlingo.symbio.store.journal.Journal.AppendResultInterestpublic <S,ST> void appendAllResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
List<io.vlingo.symbio.Source<S>> sources,
Optional<ST> snapshot,
Object object)
appendAllResultedIn in interface io.vlingo.symbio.store.journal.Journal.AppendResultInterestpublic <S,ST> void appendAllResultedIn(io.vlingo.common.Outcome<io.vlingo.symbio.store.StorageException,io.vlingo.symbio.store.Result> outcome,
String streamName,
int streamVersion,
List<io.vlingo.symbio.Source<S>> sources,
io.vlingo.symbio.Metadata metadata,
Optional<ST> snapshot,
Object object)
appendAllResultedIn in interface io.vlingo.symbio.store.journal.Journal.AppendResultInterestCopyright © 2020. All rights reserved.