Class APIGatewayProxyEventSource
- java.lang.Object
-
- in.erail.amazon.lambda.eventsource.APIGatewayProxyEventSource
-
- All Implemented Interfaces:
EventSource
public class APIGatewayProxyEventSource extends Object implements EventSource
- Author:
- vinay
-
-
Constructor Summary
Constructors Constructor Description APIGatewayProxyEventSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(io.vertx.core.json.JsonObject pEvent)io.vertx.core.json.JsonObjecttransform(io.vertx.core.json.JsonObject pEvent)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface in.erail.amazon.lambda.EventSource
getEventSourceName
-
-
-
-
Method Detail
-
check
public boolean check(io.vertx.core.json.JsonObject pEvent)
- Specified by:
checkin interfaceEventSource
-
transform
public io.vertx.core.json.JsonObject transform(io.vertx.core.json.JsonObject pEvent)
- Specified by:
transformin interfaceEventSource
-
-