| Package | Description |
|---|---|
| org.apache.flink.statefun.sdk | |
| org.apache.flink.statefun.sdk.match |
| Modifier and Type | Method and Description |
|---|---|
StatefulFunction |
StatefulFunctionProvider.functionOfType(FunctionType type)
Creates a
StatefulFunction instance for the given FunctionType, |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulMatchFunction
A
StatefulMatchFunction is an utility StatefulFunction that supports pattern
matching on function inputs to decide how the inputs should be processed. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.