public class ContextFactory extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_IO_THREADS
Default io threads, to be customized by the application, or set via property.
|
Modifier and Type | Method and Description |
---|---|
static Context |
context()
Retrieve the singleton instance of a ØMQ Context.
|
static Context |
createContext(int ioThreads)
Create a new ØMQ Context.
|
public static int DEFAULT_IO_THREADS
public static Context createContext(int ioThreads)
ioThreads
- The number of background I/O threads to usepublic static Context context()
Copyright © 2019. All rights reserved.