Interface LambdaRuntimeApi
-
- All Known Implementing Classes:
AwsLambdaRuntimeApi
public interface LambdaRuntimeApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationgetNextInvocation()voidsendInvocationError(Invocation invocation, String response)voidsendResponse(Invocation invocation, String response)
-
-
-
Method Detail
-
getNextInvocation
Invocation getNextInvocation()
-
sendInvocationError
void sendInvocationError(Invocation invocation, String response)
-
sendResponse
void sendResponse(Invocation invocation, String response)
-
-