Class KinesisConsumer

java.lang.Object
org.graylog.integrations.aws.transports.KinesisConsumer
All Implemented Interfaces:
Runnable

public class KinesisConsumer extends Object implements Runnable
A runnable task that starts the Kinesis Consumer. Utilizes the .
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • stop

      public void stop()
      Stops the KinesisConsumer. Finishes processing the current batch of data already received from Kinesis before shutting down.