public interface Internals
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
getExceptionHandler()
Returns the exception handler.
|
void |
send(Actor actor,
Object request,
RP rp)
Send a request to another actor.
|
void |
sendEvent(Actor actor,
Object request)
Send a request to another actor and discard any response.
|
void |
setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
void send(Actor actor, Object request, RP rp) throws Exception
actor - The target actor.request - The request.rp - The response processor.Exception - Any uncaught exceptions raised while processing the request.void sendEvent(Actor actor, Object request)
actor - The target actor.request - The request.ExceptionHandler getExceptionHandler()
void setExceptionHandler(ExceptionHandler exceptionHandler)
exceptionHandler - The exception handler.Copyright © 2012. All Rights Reserved.