Class StreamFunctionExecutor<C>

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

public class StreamFunctionExecutor<C> extends AbstractExecutor<C>

A base function executor for handling input and output as streams

.
Since:
1.0
Author:
Graeme Rocher
  • Constructor Details

    • StreamFunctionExecutor

      public StreamFunctionExecutor()
  • Method Details