Uses of Class
com.github.mikeldpl.lambda.runtime.Invocation
-
Packages that use Invocation Package Description com.github.mikeldpl.lambda.runtime com.github.mikeldpl.lambda.runtime.aws -
-
Uses of Invocation in com.github.mikeldpl.lambda.runtime
Methods in com.github.mikeldpl.lambda.runtime that return Invocation Modifier and Type Method Description InvocationLambdaRuntimeApi. getNextInvocation()Methods in com.github.mikeldpl.lambda.runtime with parameters of type Invocation Modifier and Type Method Description StringErrorHandler. handle(Invocation invocation, Throwable e)StringHandler. handle(Invocation invocation)voidLambdaRuntimeApi. sendInvocationError(Invocation invocation, String response)voidLambdaRuntimeApi. sendResponse(Invocation invocation, String response) -
Uses of Invocation in com.github.mikeldpl.lambda.runtime.aws
Methods in com.github.mikeldpl.lambda.runtime.aws that return Invocation Modifier and Type Method Description InvocationAwsLambdaRuntimeApi. getNextInvocation()Methods in com.github.mikeldpl.lambda.runtime.aws with parameters of type Invocation Modifier and Type Method Description voidAwsLambdaRuntimeApi. sendInvocationError(Invocation invocation, String requestBody)voidAwsLambdaRuntimeApi. sendResponse(Invocation invocation, String requestBody)
-