Uses of Class
com.daml.ledger.javaapi.data.EventFormat
Packages that use EventFormat
-
Uses of EventFormat in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return EventFormatModifier and TypeMethodDescriptionContractFilter.eventFormat
(Optional<Set<String>> parties) static EventFormat
EventFormat.eventFormat
(ContractTypeCompanion<?, ?, ?, ?> contractCompanion, Optional<Set<String>> partiesO, boolean verbose) static EventFormat
EventFormat.fromProto
(TransactionFilterOuterClass.EventFormat eventFormat) GetEventsByContractIdRequest.getEventFormat()
TransactionFormat.getEventFormat()
Methods in com.daml.ledger.javaapi.data that return types with arguments of type EventFormatModifier and TypeMethodDescription@NonNull Optional<EventFormat>
SubmitAndWaitForReassignmentRequest.getEventFormat()
Optional<@NonNull EventFormat>
UpdateFormat.getIncludeReassignments()
Constructors in com.daml.ledger.javaapi.data with parameters of type EventFormatModifierConstructorDescriptionGetActiveContractsRequest
(@NonNull EventFormat eventFormat, @NonNull Long activeAtOffset) GetEventsByContractIdRequest
(@NonNull String contractId, @NonNull EventFormat eventFormat) TransactionFormat
(@NonNull EventFormat eventFormat, @NonNull TransactionShape transactionShape) Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type EventFormatModifierConstructorDescriptionSubmitAndWaitForReassignmentRequest
(@NonNull ReassignmentCommands reassignmentCommands, @NonNull Optional<EventFormat> eventFormat) -
Uses of EventFormat in com.daml.ledger.rxjava
Methods in com.daml.ledger.rxjava with parameters of type EventFormatModifier and TypeMethodDescriptionio.reactivex.Flowable<GetActiveContractsResponse>
StateClient.getActiveContracts
(EventFormat eventFormat, Long activeAtOffset) io.reactivex.Flowable<GetActiveContractsResponse>
StateClient.getActiveContracts
(EventFormat eventFormat, Long activeAtOffset, String accessToken) -
Uses of EventFormat in com.daml.ledger.rxjava.grpc
Methods in com.daml.ledger.rxjava.grpc with parameters of type EventFormatModifier and TypeMethodDescriptionio.reactivex.Flowable<GetActiveContractsResponse>
StateClientImpl.getActiveContracts
(@NonNull EventFormat eventFormat, Long activeAtOffset) io.reactivex.Flowable<GetActiveContractsResponse>
StateClientImpl.getActiveContracts
(@NonNull EventFormat eventFormat, Long activeAtOffset, @NonNull String accessToken)