ExecutorBasedEventDrivenDispatcher now works and unit tests are added
This commit is contained in:
parent
af737972e2
commit
c9ad9b5d49
3 changed files with 61 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue