Packages

package v30

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AwaitTimeRequest(synchronizerId: Option[String], timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[AwaitTimeRequest] with Product with Serializable

    synchronizerId

    optional - must be specified for participants but can be defaulted for synchronizer entities as they only have one possible synchronizer

    timestamp

    the synchronizer time to wait for

    Annotations
    @SerialVersionUID()
  2. final case class AwaitTimeResponse() extends GeneratedMessage with Updatable[AwaitTimeResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class FetchTimeRequest(synchronizerId: Option[String], freshnessBound: Option[Duration]) extends GeneratedMessage with Updatable[FetchTimeRequest] with Product with Serializable

    synchronizerId

    optional - must be specified for participants but can be defaulted for synchronizer entities as they only have one possible synchronizer

    Annotations
    @SerialVersionUID()
  4. final case class FetchTimeResponse(timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[FetchTimeResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()

Ungrouped