akka.zeromq
Class Context$

java.lang.Object
  extended by akka.zeromq.Context$

public class Context$
extends java.lang.Object

Companion object for a ZeroMQ I/O thread pool


Field Summary
static Context$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Context$()
           
 
Method Summary
 Context apply(int numIoThreads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Context$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Context$

public Context$()
Method Detail

apply

public Context apply(int numIoThreads)