package v30
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
- final case class AwaitTimeResponse() extends GeneratedMessage with Updatable[AwaitTimeResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- final case class FetchTimeResponse(timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[FetchTimeResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object AwaitTimeRequest extends GeneratedMessageCompanion[AwaitTimeRequest]
- object AwaitTimeResponse extends GeneratedMessageCompanion[AwaitTimeResponse]
- object FetchTimeRequest extends GeneratedMessageCompanion[FetchTimeRequest]
- object FetchTimeResponse extends GeneratedMessageCompanion[FetchTimeResponse]
- object SynchronizerTimeServiceGrpc
- object SynchronizerTimeServiceProto extends GeneratedFileObject