SendReplyResponder

trait SendReplyResponder extends DynamicUser
trait DynamicUser
trait Disposable[RT]
class Object
trait Matchable
class Any
class Starter[T]
class WithAction[T]
class WithIAction[T]
class WithEx[T, A]
class WithExpr[T, A, Repr]
class WithVec[T, A, Repr]

Type members

Types

protected
type Body = PartialFunction[Message, Unit]

Value members

Abstract methods

protected
def added()(implicit tx: RT): Unit
protected
def body: Body
protected
def synth: Synth

Concrete methods

final
def add()(implicit tx: RT): Unit
final
def remove()(implicit tx: RT): Unit

Inherited methods

def dispose()(implicit tx: RT): Unit

The user implements dispose by simply calling remove.

The user implements dispose by simply calling remove.

Inherited from
DynamicUser