ScalerActor

skuber.examples.guestbook.ScalerActor
See theScalerActor companion class
object ScalerActor

The scaler actor is responsible for scaling a replica count up/down for a Guestbook service One scaler actor handles a single scaling request

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class InitiateScaling(resultHandler: ActorRef)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ScalingDone(controllerName: String, toReplicaCount: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ScalingError(ex: Failure)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def props(kubernetes: ActorRef, controllerName: String, targetReplicaCount: Int): Props