Package net.binis.codegen.mock
Class TestAsyncExecutor<T>
java.lang.Object
net.binis.codegen.async.executor.impl.BaseAsyncExecutorImpl<net.binis.codegen.async.AsyncExecutor<T>,T>
net.binis.codegen.async.executor.impl.AsyncExecutorImpl<T>
net.binis.codegen.mock.TestAsyncExecutor<T>
- All Implemented Interfaces:
net.binis.codegen.async.AsyncExecutor<T>
public class TestAsyncExecutor<T>
extends net.binis.codegen.async.executor.impl.AsyncExecutorImpl<T>
-
Field Summary
Fields inherited from class net.binis.codegen.async.executor.impl.BaseAsyncExecutorImpl
delay, flow, lock, unit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletableFuture<T>internalExecute(Supplier<T> supplier) static voidMethods inherited from class net.binis.codegen.async.executor.impl.AsyncExecutorImpl
collect, executeMethods inherited from class net.binis.codegen.async.executor.impl.BaseAsyncExecutorImpl
delay, delay, flow, lockMethods 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, lock