#1855 - JITing 0mq module
This commit is contained in:
parent
98b74a974c
commit
0435b75d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ package object zeromq {
|
|||
* @param system
|
||||
* @return An augmented [[akka.actor.ActorSystem]]
|
||||
*/
|
||||
implicit def zeromqSystem(system: ActorSystem) = system.extension(ZeroMQExtension)
|
||||
implicit def zeromqSystem(system: ActorSystem): ZeroMQExtension = ZeroMQExtension(system)
|
||||
|
||||
/**
|
||||
* Convenience accessor to subscribe to all events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue