Class AbstractExecutor<C>

java.lang.Object
io.micronaut.function.executor.AbstractExecutor<C>
Type Parameters:
C - Type of the context
All Implemented Interfaces:
ApplicationContextProvider, Closeable, AutoCloseable
Direct Known Subclasses:
AbstractFunctionExecutor, FunctionInitializer, StreamFunctionExecutor

public class AbstractExecutor<C> extends Object implements ApplicationContextProvider, Closeable, AutoCloseable
An abstract executor implementation.
Since:
1.0
Author:
Graeme Rocher