GuestbookActor

skuber.examples.guestbook.GuestbookActor
See theGuestbookActor companion object
class GuestbookActor 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

def create: Future[Any]
def ensureAllRunning: Future[Any]
def housekeep: Future[Any]
def receive: Receive
def stop: Future[Any]

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

Concrete fields

var frontEndRunning: Boolean
val frontEndService: ActorRef
val kubernetesProxy: ActorRef
var redisMasterRunning: Boolean
val redisMasterService: ActorRef
var redisSlaveRunning: Boolean
val redisSlaveService: ActorRef
var requester: ActorRef

Implicits

Implicits

implicit val timeout: Timeout