ExecutorBasedEventDrivenDispatcher now works and unit tests are added

This commit is contained in:
Viktor Klang 2010-09-09 15:49:59 +02:00
parent af737972e2
commit c9ad9b5d49
3 changed files with 61 additions and 6 deletions

View file

@ -65,6 +65,8 @@ class MessageQueueAppendFailedException(message: String) extends AkkaException(m
trait MessageQueue {
def enqueue(handle: MessageInvocation)
def dequeue(): MessageInvocation
def size: Int
def isEmpty: Boolean
}
/* Tells the dispatcher that it should create a bounded mailbox with the specified push timeout