case classReactorDied(t: Throwable) extends SysEvent with Product with Serializable
Denotes that the reactor died due to an exception.
This event is sent after ReactorStarted.
This event is sent before ReactorTerminated, *unless* the exception is thrown
while ReactorTerminated is being processed, in which case the ReactorDied is
not sent.
Note that, if the exception is thrown during the reactor constructor invocation
and before the appropriate event handler is created, this event cannot be sent
to that event handler.
t
the exception that the reactor threw
Linear Supertypes
Serializable, Serializable, Product, Equals, SysEvent, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
ReactorDied
Serializable
Serializable
Product
Equals
SysEvent
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
newReactorDied(t: Throwable)
t
the exception that the reactor threw
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from ReactorDied to
any2stringadd[ReactorDied] performed by method any2stringadd in scala.Predef.
Denotes that the reactor died due to an exception.
This event is sent after
ReactorStarted
. This event is sent beforeReactorTerminated
, *unless* the exception is thrown whileReactorTerminated
is being processed, in which case theReactorDied
is not sent.Note that, if the exception is thrown during the reactor constructor invocation and before the appropriate event handler is created, this event cannot be sent to that event handler.
the exception that the reactor threw