public interface FunctionParam
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getExecTimeLimitInMillis()
Gets the execution time limit of the function
|
String |
getFunctionHandler()
Gets the fully qualified name of the handler being executed.
|
String |
getFunctionName()
Gets the name of the function being executed.
|
int |
getMemoryLimitInMB()
Gets the maximum memory size configured for the function
|
String getFunctionName()
String getFunctionHandler()
int getExecTimeLimitInMillis()
int getMemoryLimitInMB()
Copyright © 2020. All rights reserved.