| Interface | Description |
|---|---|
| FailureHandler |
Gets notified about uncaught exceptions thrown by actors.
|
| MessageListener |
Gets notified about all messages that actors send and receive.
|
| Class | Description |
|---|---|
| CrashEarlyFailureHandler |
Used with
SingleThreadedActors to fail the test when an actor throws an exception. |
| NullMessageListener |
Does nothing.
|
| PrintStreamFailureLogger |
Prints all uncaught exceptions.
|
| PrintStreamMessageLogger |
Prints all messages that actors send and receive.
|
Copyright © 2011-2012. All Rights Reserved.