object UpdateService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AssignedWrapper(reassignment: Reassignment, assignedEvents: Seq[AssignedEvent]) extends ReassignmentWrapper with Product with Serializable
- trait BaseCommand[Req, Resp, Res] extends GrpcAdminCommand[Req, Resp, Res]
- final case class GetTransactionById(parties: Set[LfPartyId], id: String)(implicit ec: ExecutionContext) extends BaseCommand[GetTransactionByIdRequest, GetTransactionTreeResponse, Option[TransactionTree]] with PrettyPrinting with Product with Serializable
- final case class GetTransactionByOffset(parties: Set[LfPartyId], offset: Long)(implicit ec: ExecutionContext) extends BaseCommand[GetTransactionByOffsetRequest, GetTransactionTreeResponse, Option[TransactionTree]] with PrettyPrinting with Product with Serializable
- final case class GetUpdateById(id: String, updateFormat: UpdateFormat)(implicit ec: ExecutionContext) extends BaseCommand[GetUpdateByIdRequest, Option[GetUpdateResponse], Option[UpdateWrapper]] with PrettyPrinting with Product with Serializable
- final case class GetUpdateByOffset(offset: Long, updateFormat: UpdateFormat)(implicit ec: ExecutionContext) extends BaseCommand[GetUpdateByOffsetRequest, Option[GetUpdateResponse], Option[UpdateWrapper]] with PrettyPrinting with Product with Serializable
- sealed trait ReassignmentWrapper extends UpdateTreeWrapper with UpdateWrapper
- final case class SubscribeFlat(observer: StreamObserver[UpdateWrapper], beginExclusive: Long, endInclusive: Option[Long], filter: TransactionFilter, verbose: Boolean)(implicit loggingContext: ErrorLoggingContext) extends SubscribeUpdateBase[GetUpdatesResponse, UpdateWrapper] with Product with Serializable
- final case class SubscribeTrees(observer: StreamObserver[UpdateTreeWrapper], beginExclusive: Long, endInclusive: Option[Long], filter: TransactionFilter, verbose: Boolean)(implicit loggingContext: ErrorLoggingContext) extends SubscribeUpdateBase[GetUpdateTreesResponse, UpdateTreeWrapper] with Product with Serializable
- trait SubscribeUpdateBase[Resp, Res] extends BaseCommand[GetUpdatesRequest, AutoCloseable, AutoCloseable] with SubscribeBase[GetUpdatesRequest, Resp, Res]
- final case class SubscribeUpdates(observer: StreamObserver[UpdateWrapper], beginExclusive: Long, endInclusive: Option[Long], updateFormat: UpdateFormat)(implicit loggingContext: ErrorLoggingContext) extends BaseCommand[GetUpdatesRequest, AutoCloseable, AutoCloseable] with SubscribeBase[GetUpdatesRequest, GetUpdatesResponse, UpdateWrapper] with Product with Serializable
- final case class TopologyTransactionWrapper(topologyTransaction: TopologyTransaction) extends UpdateWrapper with Product with Serializable
- final case class TransactionTreeWrapper(transactionTree: TransactionTree) extends UpdateTreeWrapper with Product with Serializable
- final case class TransactionWrapper(transaction: Transaction) extends UpdateWrapper with Product with Serializable
- final case class UnassignedWrapper(reassignment: Reassignment, unassignedEvents: Seq[UnassignedEvent]) extends ReassignmentWrapper with Product with Serializable
- sealed trait UpdateTreeWrapper extends AnyRef
- sealed trait UpdateWrapper extends AnyRef
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]) @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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])
- object ReassignmentWrapper