removed 1 deprecation warning from akka-zeromq
This commit is contained in:
parent
9ae12d0c37
commit
b0c5f231ed
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class ZeroMQExtension(system: ActorSystem) extends Extension {
|
||||||
case _ ⇒ false
|
case _ ⇒ false
|
||||||
}, "A socket type is required")
|
}, "A socket type is required")
|
||||||
val params = socketParameters.to[immutable.Seq]
|
val params = socketParameters.to[immutable.Seq]
|
||||||
Props(new ConcurrentSocketActor(params)).withDispatcher("akka.zeromq.socket-dispatcher")
|
Props(classOf[ConcurrentSocketActor], params).withDispatcher("akka.zeromq.socket-dispatcher")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue