Uses of Interface
com.daml.ledger.javaapi.data.TreeEvent
Packages that use TreeEvent
-
Uses of TreeEvent in com.daml.ledger.javaapi.data
Classes in com.daml.ledger.javaapi.data that implement TreeEventMethods in com.daml.ledger.javaapi.data that return TreeEventModifier and TypeMethodDescriptionstatic TreeEvent
TreeEvent.fromProtoTreeEvent
(TransactionOuterClass.TreeEvent event) Methods in com.daml.ledger.javaapi.data that return types with arguments of type TreeEventMethod parameters in com.daml.ledger.javaapi.data with type arguments of type TreeEventModifier and TypeMethodDescriptionstatic <WrappedEvent>
List<WrappedEvent>TransactionTreeUtils.buildTree
(TransactionTree transactionTree, BiFunction<TreeEvent, List<WrappedEvent>, WrappedEvent> createWrappedEvent) Constructs a tree described by a transaction tree.<WrappedEvent>
TransactionTree.WrappedTransactionTree<WrappedEvent>TransactionTree.toWrappedTree
(BiFunction<TreeEvent, List<WrappedEvent>, WrappedEvent> createWrappedEvent) Constructs a tree described by the transaction tree.Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type TreeEventModifierConstructorDescriptionTransactionTree
(@NonNull String updateId, @NonNull String commandId, @NonNull String workflowId, @NonNull Instant effectiveAt, @NonNull Long offset, @NonNull Map<@NonNull Integer, @NonNull TreeEvent> eventsById, @NonNull String synchronizerId, @NonNull TraceContextOuterClass.TraceContext traceContext, @NonNull Instant recordTime)