ServiceResultHandler

skuber.examples.guestbook.ServiceResultHandler
abstract class ServiceResultHandler(serviceConsumer: ActorRef) extends Actor, ActorLogging

Attributes

Graph
Supertypes
trait ActorLogging
trait Actor
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Inherited types

type Receive = Receive

Attributes

Inherited from:
Actor

Value members

Concrete methods

def complete(response: Any): Unit

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
def receive: Receive

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