RemoveResultHandler

skuber.examples.guestbook.RemoveResultHandler
See theRemoveResultHandler companion object
class RemoveResultHandler(consumer: ActorRef, name: String) extends ServiceResultHandler

Attributes

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

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 complete(response: Any): Unit

Attributes

Inherited from:
ServiceResultHandler
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 countResults: Int