ServiceActor

skuber.examples.guestbook.ServiceActor
See theServiceActor companion object
class ServiceActor(kubernetes: ActorRef, specification: GuestbookServiceSpecification) extends Actor, ActorLogging

Attributes

Companion
object
Graph
Supertypes
trait ActorLogging
trait Actor
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type Receive = Receive

Attributes

Inherited from:
Actor

Value members

Concrete methods

override def receive: Receive

Attributes

Definition Classes
Actor

Inherited methods

def log: LoggingAdapter

Attributes

Inherited from:
ActorLogging
def postRestart(reason: Throwable): Unit

Attributes

Inherited from:
Actor
def postStop(): Unit

Attributes

Inherited from:
Actor
def preRestart(reason: Throwable, message: Option[Any]): Unit

Attributes

Inherited from:
Actor
def preStart(): Unit

Attributes

Inherited from:
Actor
final def sender(): ActorRef

Attributes

Inherited from:
Actor
def supervisorStrategy: SupervisorStrategy

Attributes

Inherited from:
Actor
def unhandled(message: Any): Unit

Attributes

Inherited from:
Actor

Implicits

Implicits

implicit val timeout: Timeout