object JsSchema
JSON wrappers that do not belong to a particular service
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsSchema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class JsCantonError(code: String, cause: String, correlationId: Option[String], traceId: Option[String], context: Map[String, String], resources: Seq[(String, String)], errorCategory: Int, grpcCodeValue: Option[Int], retryInfo: Option[Duration], definiteAnswer: Option[Boolean]) extends Product with Serializable
- final case class JsInterfaceView(interfaceId: String, viewStatus: JsStatus, viewValue: Option[Json]) extends Product with Serializable
- final case class JsReassignment(updateId: String, commandId: String, workflowId: String, offset: Long, events: Seq[JsReassignmentEvent], traceContext: Option[TraceContext], recordTime: Timestamp) extends Product with Serializable
- final case class JsStatus(code: Int, message: String, details: Seq[Any]) extends Product with Serializable
- final case class JsTopologyTransaction(updateId: String, events: Seq[TopologyEvent], offset: Long, synchronizerId: String, traceContext: Option[TraceContext], recordTime: Timestamp) extends Product with Serializable
- final case class JsTransaction(updateId: String, commandId: String, workflowId: String, effectiveAt: Timestamp, events: Seq[Event], offset: Long, synchronizerId: String, traceContext: Option[TraceContext], recordTime: Timestamp) extends Product with Serializable
- final case class JsTransactionTree(updateId: String, commandId: String, workflowId: String, effectiveAt: Option[Timestamp], offset: Long, eventsById: Map[Int, TreeEvent], synchronizerId: String, traceContext: Option[TraceContext], recordTime: Timestamp) extends Product with Serializable
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()
- implicit val config: Configuration
- 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()
- def stringDecoderForEnum[T <: GeneratedEnum]()(implicit enumCompanion: GeneratedEnumCompanion[T]): Decoder[T]
- def stringEncoderForEnum[T <: GeneratedEnum](): Encoder[T]
- 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 DirectScalaPbRwImplicits
- object JsCantonError extends Serializable
- object JsEvent
- object JsReassignmentEvent
- object JsServicesCommonCodecs
- object JsTopologyEvent
- object JsTreeEvent