Class AbstractRequestStreamHandlerMicronautLambdaRuntime<RequestType, ResponseType>

java.lang.Object
io.micronaut.function.aws.runtime.AbstractMicronautLambdaRuntime<RequestType, ResponseType, InputStream, OutputStream>
io.micronaut.function.aws.runtime.AbstractRequestStreamHandlerMicronautLambdaRuntime<RequestType, ResponseType>
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 will be written to this model object
All Implemented Interfaces:
io.micronaut.context.ApplicationContextProvider, AwsLambdaRuntimeApi

public abstract class AbstractRequestStreamHandlerMicronautLambdaRuntime<RequestType, ResponseType> extends AbstractMicronautLambdaRuntime<RequestType, ResponseType, InputStream, OutputStream>
Class that can be used as an entry point for an AWS Lambda custom runtime with a MicronautRequestStreamHandler handler.
Since:
4.2.2
Author:
sdelamo
See Also:
  • Constructor Details

    • AbstractRequestStreamHandlerMicronautLambdaRuntime

      public AbstractRequestStreamHandlerMicronautLambdaRuntime()
  • Method Details