Class TerminalJournalService
-
- All Implemented Interfaces:
-
pro.fessional.wings.faceless.service.journal.JournalService
public class TerminalJournalService extends DefaultJournalService- Since:
2019-08-15
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringSEQ_JOURNAL
-
Constructor Summary
Constructors Constructor Description TerminalJournalService(LightIdService ids, BlockIdProvider bid, CommitJournalModify mod)
-
Method Summary
Modifier and Type Method Description JournalService.Journalcreate(long parentId, @NotNull() String eventName, @Nullable() String loginInfo, @Nullable() String targetKey, @Nullable() String otherInfo)<R> Rsubmit(@NotNull() String eventName, @Nullable() String loginInfo, @Nullable() String targetKey, @Nullable() String otherInfo, @NotNull() Function<JournalService.Journal, R> commitSet)-
Methods inherited from class pro.fessional.wings.faceless.service.journal.impl.DefaultJournalService
create, elapse, setAliveSecond, setDummyLightId, setPropagation, submit -
Methods inherited from class pro.fessional.wings.faceless.service.journal.JournalService
commit -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-