package client
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package configuration
- package services
Type Members
- final class LedgerClient extends Closeable
GRPC client for the Canton Ledger API.
GRPC client for the Canton Ledger API.
Tracing support: we use CallOptions, see com.digitalasset.canton.tracing.TraceContextGrpc
- trait LedgerSubscription extends FlagCloseableAsync with NamedLogging
- class ResilientLedgerSubscription[S, T] extends FlagCloseableAsync with NamedLogging with Spanning with NoTracing
Resilient ledger subscriber, which keeps continuously re-subscribing (on failure) to the Ledger API transaction stream and applies the received transactions to the
processTransactionfunction.Resilient ledger subscriber, which keeps continuously re-subscribing (on failure) to the Ledger API transaction stream and applies the received transactions to the
processTransactionfunction.processTransactionmust not throw. If it does, it must be idempotent (i.e. allow re-processing the same transaction twice).
Value Members
- object GrpcChannel
- object LedgerClient
- object LedgerClientUtils
- object LedgerSubscription
- object ResilientLedgerSubscription