Uses of Interface
com.daml.ledger.javaapi.data.Event
Packages that use Event
-
Uses of Event in com.daml.ledger.javaapi.data
Classes in com.daml.ledger.javaapi.data that implement EventModifier and TypeClassDescriptionfinal class
final class
final class
Methods in com.daml.ledger.javaapi.data that return EventMethods in com.daml.ledger.javaapi.data that return types with arguments of type EventModifier and TypeMethodDescriptionTransaction.getEvents()
Transaction.getEventsById()
Returns the events of the transaction by their (node) id.Method parameters in com.daml.ledger.javaapi.data with type arguments of type EventModifier and TypeMethodDescriptionstatic <WrappedEvent>
List<WrappedEvent>TransactionUtils.buildTree
(Transaction transaction, BiFunction<Event, List<WrappedEvent>, WrappedEvent> createWrappedEvent) Constructs a tree described by a transaction.<WrappedEvent>
Transaction.WrappedTransactionTree<WrappedEvent>Transaction.toWrappedTree
(BiFunction<Event, List<WrappedEvent>, WrappedEvent> createWrappedEvent) Constructs a tree described by the transaction.Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type EventModifierConstructorDescriptionTransaction
(@NonNull String updateId, @NonNull String commandId, @NonNull String workflowId, @NonNull Instant effectiveAt, @NonNull List<@NonNull Event> events, @NonNull Long offset, @NonNull String synchronizerId, @NonNull TraceContextOuterClass.TraceContext traceContext, @NonNull Instant recordTime)