public interface FunctionService
Modifier and Type | Method and Description |
---|---|
<T> Function |
newFunction(String functionId)
Creates a new object that allows the execution of functions in the distributed system.
|
<T> Function newFunction(String functionId)
T
- Type of result returned from the function. May differ from the key and values types
of any involved regions.functionId
- Unique ID of the function that has already been registered in the distributed
system.