Package io.quarkus.amazon.lambda.runtime
Interface LambdaInputReader<T>
-
- All Known Implementing Classes:
JacksonInputReader
public interface LambdaInputReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
readValue(InputStream is)
-
-
-
Method Detail
-
readValue
T readValue(InputStream is) throws IOException
- Throws:
IOException
-
-