F - The type of Function wrapped by the context.public abstract class FunctionContext<F extends Function> extends Object implements Serializable
Function. It appends application-specific configuration data to
the function so that it can be executed in the context of that application.| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionContext.Builder<F extends Function>
Implementation of the Builder pattern for
FunctionContext. |
| Constructor and Description |
|---|
FunctionContext()
Default constructor - used for serialisation.
|
FunctionContext(F function)
Create a FunctionContext that wraps a given
Function. |
| Modifier and Type | Method and Description |
|---|---|
F |
getFunction() |
void |
setFunction(F function) |
Copyright © 2017. All rights reserved.