object completions extends Helpful
- Annotations
- @Summary(s = "Monitor progress of commands", flag = FeatureFlag.Testing) @Group(name = "Command Completions")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- completions
- Helpful
- 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
- 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 end(): LedgerOffset
- Annotations
- @Summary(s = "Read the current command completion offset", flag = FeatureFlag.Testing)
- 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()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(partyId: PartyId, atLeastNumCompletions: Int, offset: LedgerOffset, applicationId: String = applicationId, timeout: NonNegativeDuration = timeouts.ledgerCommand, filter: (Completion) => Boolean = _ => true): Seq[Completion]
- Annotations
- @Summary(s = "Lists command completions following the specified offset", flag = FeatureFlag.Testing) @Description(s = """If the participant has been pruned via `pruning.prune` and if `offset` is lower than
|the pruning offset, this command fails with a `NOT_FOUND` error.""")
- def list_with_checkpoint(partyId: PartyId, atLeastNumCompletions: Int, offset: LedgerOffset, applicationId: String = applicationId, timeout: NonNegativeDuration = timeouts.ledgerCommand, filter: (Completion) => Boolean = _ => true): Seq[(Completion, Option[Checkpoint])]
- Annotations
- @Summary(s = "Lists command completions following the specified offset along with the checkpoints included in the completions", flag = FeatureFlag.Testing) @Description(s = """If the participant has been pruned via `pruning.prune` and if `offset` is lower than
|the pruning offset, this command fails with a `NOT_FOUND` error.""")
- 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()
- def subscribe(observer: StreamObserver[Completion], parties: Seq[PartyId], beginOffset: LedgerOffset = new LedgerOffset().withBoundary(LedgerOffset.LedgerBoundary.LEDGER_BEGIN), applicationId: String = applicationId): AutoCloseable
- Annotations
- @Summary(s = "Subscribe to the command completion stream", flag = FeatureFlag.Testing) @Description(s = """This function connects to the command completion stream and passes command completions to `observer` until
|the stream is completed.
|Only completions for parties in `parties` will be returned.
|The returned completions start at `beginOffset` (default: `LEDGER_BEGIN`).
|If the participant has been pruned via `pruning.prune` and if `beginOffset` is lower than the pruning offset,
|this command fails with a `NOT_FOUND` error.""")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])