public interface LambdaRequestHandler
Modifier and Type | Interface and Description |
---|---|
static class |
LambdaRequestHandler.UserFaultHandler |
Modifier and Type | Method and Description |
---|---|
ByteArrayOutputStream |
call(InvocationRequest request) |
static LambdaRequestHandler |
classNotFound(Throwable e,
String className) |
static LambdaRequestHandler |
initErrorHandler(Throwable e,
String className) |
ByteArrayOutputStream call(InvocationRequest request) throws Error, Exception
static LambdaRequestHandler initErrorHandler(Throwable e, String className)
static LambdaRequestHandler classNotFound(Throwable e, String className)
Copyright © 2022. All rights reserved.