| Package | Description |
|---|---|
| org.apache.flink.statefun.sdk.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulFunctionModule.Binder.bindFunctionProvider(FunctionTypeNamespaceMatcher namespaceMatcher,
StatefulFunctionProvider provider)
Binds a
StatefulFunctionProvider to the Stateful Functions application for all
functions under the specified namespace. |
void |
StatefulFunctionModule.Binder.bindFunctionProvider(FunctionType functionType,
StatefulFunctionProvider provider)
Binds a
StatefulFunctionProvider to the Stateful Functions application for a specific
FunctionType. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.