Package com.devebot.opflow
Class OpflowServerlet.Instantiator
java.lang.Object
com.devebot.opflow.OpflowServerlet.Instantiator
- Enclosing class:
- OpflowServerlet
public static class OpflowServerlet.Instantiator extends Object
-
Constructor Summary
Constructors Constructor Description Instantiator(OpflowRpcAmqpWorker amqpWorker, OpflowRpcHttpWorker httpWorker, OpflowPubsubHandler subscriber)Instantiator(OpflowRpcAmqpWorker amqpWorker, OpflowRpcHttpWorker httpWorker, OpflowPubsubHandler subscriber, Map<String,Object> options) -
Method Summary
Modifier and Type Method Description voidinstantiateType(Class type)voidinstantiateType(Class type, Object target)voidprocess()
-
Constructor Details
-
Instantiator
public Instantiator(OpflowRpcAmqpWorker amqpWorker, OpflowRpcHttpWorker httpWorker, OpflowPubsubHandler subscriber) throws OpflowBootstrapException- Throws:
OpflowBootstrapException
-
Instantiator
public Instantiator(OpflowRpcAmqpWorker amqpWorker, OpflowRpcHttpWorker httpWorker, OpflowPubsubHandler subscriber, Map<String,Object> options) throws OpflowBootstrapException- Throws:
OpflowBootstrapException
-
-
Method Details
-
process
public final void process() -
instantiateType
-
instantiateType
-