Class AsyncExecutorImpl<T>
java.lang.Object
net.binis.codegen.async.executor.impl.BaseAsyncExecutorImpl<AsyncExecutor<T>,T>
net.binis.codegen.async.executor.impl.AsyncExecutorImpl<T>
- All Implemented Interfaces:
AsyncExecutor<T>
public class AsyncExecutorImpl<T>
extends BaseAsyncExecutorImpl<AsyncExecutor<T>,T>
implements AsyncExecutor<T>
-
Field Summary
Fields inherited from class net.binis.codegen.async.executor.impl.BaseAsyncExecutorImpl
delay, flow, unit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.binis.codegen.async.executor.impl.BaseAsyncExecutorImpl
delay, delay, flow, internalExecuteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.binis.codegen.async.AsyncExecutor
delay, delay, flow
-
Constructor Details
-
AsyncExecutorImpl
public AsyncExecutorImpl()
-
-
Method Details
-
execute
- Specified by:
executein interfaceAsyncExecutor<T>
-
collect
- Specified by:
collectin interfaceAsyncExecutor<T>
-