Interface RunnableConsumer

All Superinterfaces:
Runnable
All Known Implementing Classes:
RunnableConsumerImpl

public interface RunnableConsumer extends Runnable
Interface for classes which use a kafka Consumer to continually poll a kafka topic.
Author:
Joey Jackson (jjackson at dropbox dot com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stop the RunnableConsumer instance.

    Methods inherited from interface java.lang.Runnable

    run