Package net.binis.codegen.async
Class Async
java.lang.Object
net.binis.codegen.async.Async
public abstract class Async extends Object
-
Constructor Summary
Constructors Constructor Description Async() -
Method Summary
Modifier and Type Method Description static voidregisterFlow(String name, Executor executor)static voidregisterFlow(String name, Function<String,Executor> executor)static <T> AsyncExecutor<T>start()
-
Constructor Details
-
Async
public Async()
-
-
Method Details