Packages

package consumer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseThreadedConsumer extends Closeable with LazyLogging
  2. abstract class BatchConsumer extends BaseThreadedConsumer

    Consumer that will process messages in batch, with guaranteed at-least-once processing

  3. abstract class ThreadedConsumer extends BaseThreadedConsumer

Value Members

  1. object BatchConsumer
  2. object ThreadedConsumer

Ungrouped