com.digitalasset.canton.admin.api.client.commands.LedgerApiCommands.TransactionService
SubscribeTrees
final case class SubscribeTrees(observer: StreamObserver[TransactionTree], begin: LedgerOffset, end: Option[LedgerOffset], filter: TransactionFilter, verbose: Boolean)(implicit loggingContext: ErrorLoggingContext) extends SubscribeBase[GetTransactionTreesResponse, TransactionTree] with Product with Serializable
- Alphabetic
- By Inheritance
- SubscribeTrees
- Serializable
- Product
- Equals
- SubscribeBase
- BaseCommand
- GrpcAdminCommand
- AdminCommand
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SubscribeTrees(observer: StreamObserver[TransactionTree], begin: LedgerOffset, end: Option[LedgerOffset], filter: TransactionFilter, verbose: Boolean)(implicit loggingContext: ErrorLoggingContext)
Type Members
- type Svc = TransactionServiceStub
- Definition Classes
- BaseCommand → GrpcAdminCommand
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
- val begin: LedgerOffset
- Definition Classes
- SubscribeTrees → SubscribeBase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createRequest(): Either[String, GetTransactionsRequest]
Create the request from configured options
Create the request from configured options
- Definition Classes
- SubscribeBase → AdminCommand
- def createService(channel: ManagedChannel): TransactionServiceStub
Create the GRPC service to call
Create the GRPC service to call
- Definition Classes
- BaseCommand → GrpcAdminCommand
- def doRequest(service: TransactionServiceStub, request: GetTransactionsRequest, rawObserver: StreamObserver[GetTransactionTreesResponse]): Unit
- Definition Classes
- SubscribeTrees → SubscribeBase
- val end: Option[LedgerOffset]
- Definition Classes
- SubscribeTrees → SubscribeBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extractResults(response: GetTransactionTreesResponse): IterableOnce[TransactionTree]
- Definition Classes
- SubscribeTrees → SubscribeBase
- val filter: TransactionFilter
- Definition Classes
- SubscribeTrees → SubscribeBase
- def fullName: String
Command's full name used to identify command in logging and span reporting
Command's full name used to identify command in logging and span reporting
- Definition Classes
- AdminCommand
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def handleResponse(response: AutoCloseable): Either[String, AutoCloseable]
Handle the response the service has provided
Handle the response the service has provided
- Definition Classes
- SubscribeBase → AdminCommand
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val loggingContext: ErrorLoggingContext
- Definition Classes
- SubscribeTrees → SubscribeBase
- 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()
- val observer: StreamObserver[TransactionTree]
- Definition Classes
- SubscribeTrees → SubscribeBase
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def submitRequest(service: TransactionServiceStub, request: GetTransactionsRequest): Future[AutoCloseable]
Submit the created request to our service
Submit the created request to our service
- Definition Classes
- SubscribeBase → GrpcAdminCommand
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeoutType: TimeoutType
Determines within which time frame the request should complete
Determines within which time frame the request should complete
Some requests can run for a very long time. In this case, they should be "unbounded". For other requests, you will want to set a custom timeout apart from the global default bounded timeout
- Definition Classes
- SubscribeBase → AdminCommand
- val verbose: Boolean
- Definition Classes
- SubscribeTrees → SubscribeBase
- 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])