KubernetesProxyActor

skuber.examples.guestbook.KubernetesProxyActor
See theKubernetesProxyActor companion object
class KubernetesProxyActor 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 receive: Receive

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

val k8s: K8SRequestContext
var rcWatching: HashMap[Finalizer, Watching]

Implicits

Implicits

implicit val dispatcher: ExecutionContextExecutor
implicit val system: ActorSystem