@InterfaceStability.Unstable public interface InitableFunction
| Modifier and Type | Method and Description |
|---|---|
default void |
init(Config config,
TaskContext context)
Initializes the function before any messages are processed.
|
default void init(Config config, TaskContext context)
config - the Config for the applicationcontext - the TaskContext for this task