Package org.apache.qpid.proton.reactor
Class Reactor.Factory
- java.lang.Object
-
- org.apache.qpid.proton.reactor.Reactor.Factory
-
- Enclosing interface:
- Reactor
public static final class Reactor.Factory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Reactor
create()
static Reactor
create(ReactorOptions options)
-
-
-
Method Detail
-
create
public static Reactor create() throws java.io.IOException
- Throws:
java.io.IOException
-
create
public static Reactor create(ReactorOptions options) throws java.io.IOException
- Throws:
java.io.IOException
-
-