Class LambdaContainerHandler<RequestType,ResponseType,ContainerRequestType,ContainerResponseType>

java.lang.Object
com.amazonaws.serverless.proxy.internal.LambdaContainerHandler<RequestType,ResponseType,ContainerRequestType,ContainerResponseType>
Type Parameters:
RequestType - The expected request object. This is the model class that the event JSON is de-serialized to
ResponseType - The expected Lambda function response object. Responses from the container will be written to this model object
ContainerRequestType - The request type for the wrapped Java container
ContainerResponseType - The response or response writer type for the wrapped Java container
All Implemented Interfaces:
InitializableLambdaContainerHandler
Direct Known Subclasses:
AwsLambdaServletContainerHandler

public abstract class LambdaContainerHandler<RequestType,ResponseType,ContainerRequestType,ContainerResponseType> extends Object implements InitializableLambdaContainerHandler
Abstract class that declares the basic methods and objects for implementations of LambdaContainerHandler.