Packages

object KinesisSink

Source
KinesisSink.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KinesisSink
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(streamName: String, settings: KinesisFlowSettings = KinesisFlowSettings.Defaults)(implicit kinesisClient: KinesisAsyncClient): Sink[PutRecordsRequestEntry, NotUsed]
  2. def byPartitionAndBytes(streamName: String, settings: KinesisFlowSettings = KinesisFlowSettings.Defaults)(implicit kinesisClient: KinesisAsyncClient): Sink[(String, ByteString), NotUsed]
  3. def byPartitionAndData(streamName: String, settings: KinesisFlowSettings = KinesisFlowSettings.Defaults)(implicit kinesisClient: KinesisAsyncClient): Sink[(String, ByteBuffer), NotUsed]