Packages

o

org.apache.pekko.kafka.testkit.scaladsl

ConsumerControlFactory

object ConsumerControlFactory

Helper factory to create pekko.kafka.scaladsl.Consumer.Control instances when testing without a Kafka broker.

Annotations
@ApiMayChange()
Source
ConsumerControlFactory.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsumerControlFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class FakeControl extends Control

Value Members

  1. def attachControl[A, B](source: Source[A, B]): Source[A, Control]
  2. def control(killSwitch: KillSwitch): Control
  3. def controlFlow[A](): Flow[A, A, Control]