Packages

package timers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. 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()
  3. 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

  1. object Call extends GeneratedMessageCompanion[Call]
  2. object SingleTimer extends GeneratedMessageCompanion[SingleTimer]
  3. object TimerService extends ServiceDescription
    Annotations
    @AkkaGrpcGenerated()
  4. object TimerServiceHandler
    Annotations
    @ApiMayChange() @AkkaGrpcGenerated()
  5. object TimersProto extends GeneratedFileObject

Ungrouped