Support for more durable mailboxes

This commit is contained in:
Jonas Bonér 2010-09-27 11:59:28 +02:00
parent 91781c7414
commit 3fe641f2e4
8 changed files with 40 additions and 17 deletions

View file

@ -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