public interface Function
Function is a (potentially configurable) logical operation. Function interfaces are loosely defined
(intentionally) to enable functions to be invoked generically without introspection.
Functions may consume input and/or produce output records.
ConsumerFunction,
ConsumerProducerFunction,
ProducerFunction| Modifier and Type | Method and Description |
|---|---|
Function |
statelessClone()
Create a deep copy of this
Function, including any configuration values. |
Function statelessClone()
Function, including any configuration values. Stateful functions should
have their state initialised.Function.Copyright © 2017. All rights reserved.