package timers
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Call(serviceName: String = "", commandName: String = "", payload: Option[Any] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Call] with Product with Serializable
- serviceName
The name of the service to call.
- commandName
The name of the command to call.
- payload
The payload.
- Annotations
- @SerialVersionUID()
- final case class SingleTimer(name: String = "", call: Option[Call] = _root_.scala.None, delay: Option[Duration] = _root_.scala.None, maxRetries: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[SingleTimer] with Product with Serializable
- Annotations
- @SerialVersionUID()
- trait TimerService extends AnyRef
service for scheduling calls that the SDKs should provide an abstraction for
service for scheduling calls that the SDKs should provide an abstraction for
- Annotations
- @AkkaGrpcGenerated()
Value Members
- object Call extends GeneratedMessageCompanion[Call]
- object SingleTimer extends GeneratedMessageCompanion[SingleTimer]
- object TimerService extends ServiceDescription
- Annotations
- @AkkaGrpcGenerated()
- object TimerServiceHandler
- Annotations
- @ApiMayChange() @AkkaGrpcGenerated()
- object TimersProto extends GeneratedFileObject