Support for more durable mailboxes
This commit is contained in:
parent
91781c7414
commit
3fe641f2e4
8 changed files with 40 additions and 17 deletions
|
|
@ -65,6 +65,8 @@ trait MessageDispatcher extends MailboxFactory with Logging {
|
|||
|
||||
def dispatch(invocation: MessageInvocation): Unit
|
||||
|
||||
def execute(task: Runnable): Unit
|
||||
|
||||
def start: Unit
|
||||
|
||||
def shutdown: Unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue