public interface StatefulFunctionProvider
StatefulFunctions for a given FunctionType.| Modifier and Type | Method and Description |
|---|---|
StatefulFunction |
functionOfType(FunctionType type)
Creates a
StatefulFunction instance for the given FunctionType, |
StatefulFunction functionOfType(FunctionType type)
StatefulFunction instance for the given FunctionType,type - the type of function to create an instance for.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.