Class KinesisEventSource
- java.lang.Object
-
- in.erail.amazon.lambda.eventsource.KinesisEventSource
-
- All Implemented Interfaces:
EventSource
public class KinesisEventSource extends Object implements EventSource
- Author:
- vinay
-
-
Constructor Summary
Constructors Constructor Description KinesisEventSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventSourceNamegetEventSourceName()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
check
-
-
-
-
Field Detail
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
ENV_NAME
public static final String ENV_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventSourceName
public EventSourceName getEventSourceName()
- Specified by:
getEventSourceNamein interfaceEventSource
-
transform
public io.vertx.core.json.JsonObject transform(io.vertx.core.json.JsonObject pEvent)
- Specified by:
transformin interfaceEventSource
-
-