public class LedgerViewFlowable
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LedgerViewFlowable.LedgerTestView<R>
A ledger view for unit testing of bots.
|
static class |
LedgerViewFlowable.LedgerView<R>
The local view of the Ledger.
|
Constructor and Description |
---|
LedgerViewFlowable() |
Modifier and Type | Method and Description |
---|---|
static <R> io.reactivex.Flowable<LedgerViewFlowable.LedgerView<R>> |
of(io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.SubmissionFailure> submissionFailuresCommandIds,
io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.CompletionFailure> completionFailuresCommandIds,
io.reactivex.Flowable<WorkflowEvent> workflowEvents,
io.reactivex.Flowable<CommandsAndPendingSet> commandsAndPendingsSet,
java.util.function.Function<CreatedContract,R> transform) |
static <R> io.reactivex.Flowable<LedgerViewFlowable.LedgerView<R>> |
of(LedgerViewFlowable.LedgerView<R> initialLedgerView,
io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.SubmissionFailure> submissionFailures,
io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.CompletionFailure> completionFailures,
io.reactivex.Flowable<WorkflowEvent> workflowEvents,
io.reactivex.Flowable<CommandsAndPendingSet> commandsAndPendingsSet,
java.util.function.Function<CreatedContract,R> transform) |
public static <R> io.reactivex.Flowable<LedgerViewFlowable.LedgerView<R>> of(LedgerViewFlowable.LedgerView<R> initialLedgerView, io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.SubmissionFailure> submissionFailures, io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.CompletionFailure> completionFailures, io.reactivex.Flowable<WorkflowEvent> workflowEvents, io.reactivex.Flowable<CommandsAndPendingSet> commandsAndPendingsSet, java.util.function.Function<CreatedContract,R> transform)
public static <R> io.reactivex.Flowable<LedgerViewFlowable.LedgerView<R>> of(io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.SubmissionFailure> submissionFailuresCommandIds, io.reactivex.Flowable<com.daml.ledger.rxjava.components.LedgerViewFlowable.CompletionFailure> completionFailuresCommandIds, io.reactivex.Flowable<WorkflowEvent> workflowEvents, io.reactivex.Flowable<CommandsAndPendingSet> commandsAndPendingsSet, java.util.function.Function<CreatedContract,R> transform)