Package io.quarkus.amazon.lambda.runtime
Interface LambdaOutputWriter
-
- All Known Implementing Classes:
JacksonOutputWriter
public interface LambdaOutputWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidwriteHeaders(HttpURLConnection conn)voidwriteValue(OutputStream os, Object obj)
-
-
-
Method Detail
-
writeValue
void writeValue(OutputStream os, Object obj) throws IOException
- Throws:
IOException
-
writeHeaders
default void writeHeaders(HttpURLConnection conn)
-
-