ServiceActor

class ServiceActor(kubernetes: ActorRef, specification: GuestbookServiceSpecification) extends Actor with ActorLogging
Companion:
object
trait ActorLogging
trait Actor
class Object
trait Matchable
class Any

Type members

Inherited types

type Receive = Receive
Inherited from:
Actor

Value members

Concrete methods

override def receive: Receive
Definition Classes
Actor

Inherited methods

def log: LoggingAdapter
Inherited from:
ActorLogging
@throws(classOf[Exception])
def postRestart(@unused reason: Throwable): Unit
Inherited from:
Actor
@throws(classOf[Exception])
def postStop(): Unit
Inherited from:
Actor
@throws(classOf[Exception])
def preRestart(@unused reason: Throwable, @unused message: Option[Any]): Unit
Inherited from:
Actor
@throws(classOf[Exception])
def preStart(): Unit
Inherited from:
Actor
final def sender(): ActorRef
Inherited from:
Actor
def supervisorStrategy: SupervisorStrategy
Inherited from:
Actor
def unhandled(message: Any): Unit
Inherited from:
Actor

Implicits

Implicits

implicit val timeout: Timeout