Packages

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseKafkaTest extends KafkaTestKitClass
  2. abstract class EmbeddedKafkaJunit4Test extends KafkaTest

    JUnit 5 aka Jupiter base-class with some convenience for creating an embedded Kafka broker before running the tests.

    JUnit 5 aka Jupiter base-class with some convenience for creating an embedded Kafka broker before running the tests. Extending classes must be annotated with @TestInstance(Lifecycle.PER_CLASS) to create a single instance of the test class with @BeforeAll and @AfterAll annotated methods called by the test framework.

  3. abstract class EmbeddedKafkaTest extends KafkaTest

    JUnit 5 aka Jupiter base-class with some convenience for creating an embedded Kafka broker before running the tests.

    JUnit 5 aka Jupiter base-class with some convenience for creating an embedded Kafka broker before running the tests. Extending classes must be annotated with @TestInstance(Lifecycle.PER_CLASS) to create a single instance of the test class with @BeforeAll and @AfterAll annotated methods called by the test framework.

  4. abstract class KafkaJunit4Test extends BaseKafkaTest

    JUnit 5 aka Jupiter base-class with some convenience for accessing a Kafka broker.

    JUnit 5 aka Jupiter base-class with some convenience for accessing a Kafka broker. Extending classes must be annotated with @TestInstance(Lifecycle.PER_CLASS) to create a single instance of the test class with @BeforeAll and @AfterAll annotated methods called by the test framework.

  5. abstract class KafkaTest extends BaseKafkaTest

    JUnit 5 aka Jupiter base-class with some convenience for accessing a Kafka broker.

    JUnit 5 aka Jupiter base-class with some convenience for accessing a Kafka broker. Extending classes must be annotated with @TestInstance(Lifecycle.PER_CLASS) to create a single instance of the test class with @BeforeAll and @AfterAll annotated methods called by the test framework.

Value Members

  1. object ConsumerControlFactory

    Helper factory to create akka.kafka.javadsl.Consumer.Control instances when testing without a Kafka broker.

    Helper factory to create akka.kafka.javadsl.Consumer.Control instances when testing without a Kafka broker.

    Annotations
    @ApiMayChange()

Ungrouped