o
com.digitalasset.canton.participant.ledger.api.client
LedgerConnection
Companion trait LedgerConnection
object LedgerConnection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LedgerConnection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(clientConfig: ClientConfig, applicationId: ledger.api.refinements.ApiTypes.ApplicationId, maxRetries: Int, senderParty: Party, defaultWorkflowId: ledger.api.refinements.ApiTypes.WorkflowId, commandClientConfiguration: CommandClientConfiguration, token: Option[String], processingTimeouts: ProcessingTimeout, loggerFactoryForLedgerConnectionOverride: NamedLoggerFactory, tracerProvider: TracerProvider, futureSupervisor: FutureSupervisor, overrideRetryable: PartialFunction[Status, Boolean] = PartialFunction.empty)(implicit ec: ExecutionContextExecutor, as: ActorSystem, sequencerPool: ExecutionSequencerFactory): LedgerConnection with NamedLogging
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createLedgerClient(applicationId: ledger.api.refinements.ApiTypes.ApplicationId, config: ClientConfig, commandClientConfiguration: CommandClientConfiguration, tracerProvider: TracerProvider, loggerFactory: NamedLoggerFactory, token: Option[String] = None)(implicit ec: ExecutionContextExecutor, executionSequencerFactory: ExecutionSequencerFactory): Future[LedgerClient]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ledgerBegin: LedgerOffset
- def mapTemplateIds(id: Identifier): Identifier
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toFuture[A](o: Option[A]): Future[A]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transactionFilter(ps: Party*): TransactionFilter
- def transactionFilterByParty(filter: Map[PartyId, Seq[Identifier]]): TransactionFilter
- def uniqueId: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])