Package io.lambda.aws
Interface Lambda<O,I>
-
- Type Parameters:
I- type of inputO- type of output
public interface Lambda<O,I>Lambda function contract to implement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ohandle(I request)
-