public interface RequestSource extends APCRequestSource
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
getExceptionHandler()
Returns the exception handler.
|
Mailbox |
getMailbox()
Returns the actor's mailbox, or null if the request source is not an actor.
|
void |
setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
responseFrom, send
Mailbox getMailbox()
ExceptionHandler getExceptionHandler()
void setExceptionHandler(ExceptionHandler exceptionHandler)
exceptionHandler
- The exception handler.Copyright © 2012. All Rights Reserved.