Aaaaalmost there...
This commit is contained in:
parent
f9203d99f4
commit
8464fd5251
24 changed files with 448 additions and 296 deletions
|
|
@ -10,7 +10,7 @@ import org.multiverse.commitbarriers.CountDownCommitBarrier
|
|||
import se.scalablesolutions.akka.AkkaException
|
||||
import java.util.{Queue, List}
|
||||
import java.util.concurrent._
|
||||
import concurrent.forkjoin.LinkedTransferQueue
|
||||
import se.scalablesolutions.akka.actor.Uuid
|
||||
import se.scalablesolutions.akka.util.{SimpleLock, Duration, HashCode, Logging}
|
||||
|
||||
/**
|
||||
|
|
@ -119,7 +119,7 @@ class DefaultBoundedMessageQueue(capacity: Int, pushTimeOut: Option[Duration], b
|
|||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
trait MessageDispatcher extends Logging {
|
||||
protected val uuids = new ConcurrentSkipListSet[String]
|
||||
protected val uuids = new ConcurrentSkipListSet[Uuid]
|
||||
|
||||
def dispatch(invocation: MessageInvocation)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue