public interface KinesisDataGenerator
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Map<String,scala.collection.Seq<scala.Tuple2<Object,String>>> |
sendData(String streamName,
scala.collection.Seq<Object> data)
Sends the data to Kinesis and returns the metadata for everything that has been sent.
|