Class/Object

akka.kafka.testkit.internal

KafkaTestKitClass

Related Docs: object KafkaTestKitClass | package internal

Permalink

abstract class KafkaTestKitClass extends KafkaTestKit

Source
KafkaTestKit.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaTestKitClass
  2. KafkaTestKit
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaTestKitClass(system: ActorSystem, bootstrapServers: String)

    Permalink

Abstract Value Members

  1. abstract def log: Logger

    Permalink
    Definition Classes
    KafkaTestKit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DefaultKey: String

    Permalink
    Definition Classes
    KafkaTestKit
  5. def adminClient: AdminClient

    Permalink

    Access to the Kafka AdminClient which life

    Access to the Kafka AdminClient which life

    Definition Classes
    KafkaTestKit
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val bootstrapServers: String

    Permalink
    Definition Classes
    KafkaTestKitClassKafkaTestKit
  8. def cleanUpAdminClient(): Unit

    Permalink

    Close internal admin client instances.

    Close internal admin client instances.

    Definition Classes
    KafkaTestKit
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def committerDefaults: CommitterSettings

    Permalink
    Definition Classes
    KafkaTestKit
  11. def consumerDefaults: ConsumerSettings[String, String]

    Permalink
    Definition Classes
    KafkaTestKit
  12. def createGroupId(suffix: Int): String

    Permalink

    Return a unique group id with a given suffix.

    Return a unique group id with a given suffix.

    Definition Classes
    KafkaTestKit
  13. def createGroupId(): String

    Permalink

    Return a unique group id with a default suffix.

    Return a unique group id with a default suffix.

    Definition Classes
    KafkaTestKit
  14. def createTopic(suffix: Int, partitions: Int, replication: Int, config: Map[String, String]): String

    Permalink

    Java Api

    Java Api

    Create a topic with given suffix, partition number, replication factor, and topic configuration.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  15. def createTopic(suffix: Int, partitions: Int, replication: Int, config: Map[String, String]): String

    Permalink

    Create a topic with given suffix, partition number, replication factor, and topic configuration.

    Create a topic with given suffix, partition number, replication factor, and topic configuration.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  16. def createTopic(suffix: Int, partitions: Int, replication: Int): String

    Permalink

    Create a topic with given suffix, partition number, replication factor, and no topic configuration.

    Create a topic with given suffix, partition number, replication factor, and no topic configuration.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  17. def createTopic(suffix: Int, partitions: Int): String

    Permalink

    Create a topic with a given suffix, partition number, a replication factor of one, and no topic configuration.

    Create a topic with a given suffix, partition number, a replication factor of one, and no topic configuration.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  18. def createTopic(suffix: Int): String

    Permalink

    Create a topic with a given suffix, single partitions, a replication factor of one, and no topic configuration.

    Create a topic with a given suffix, single partitions, a replication factor of one, and no topic configuration.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  19. def createTopic(): String

    Permalink

    Create a topic with a default suffix, single partition, a replication factor of one, and no topic configuration.

    Create a topic with a default suffix, single partition, a replication factor of one, and no topic configuration.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  20. def createTopicName(suffix: Int): String

    Permalink

    Return a unique topic name.

    Return a unique topic name.

    Definition Classes
    KafkaTestKit
  21. def createTransactionalId(suffix: Int): String

    Permalink

    Return a unique transactional id with a given suffix.

    Return a unique transactional id with a given suffix.

    Definition Classes
    KafkaTestKit
  22. def createTransactionalId(): String

    Permalink

    Return a unique transactional id with a default suffix.

    Return a unique transactional id with a default suffix.

    Definition Classes
    KafkaTestKit
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def producerDefaults: ProducerSettings[String, String]

    Permalink
    Definition Classes
    KafkaTestKit
  33. def setUpAdminClient(): Unit

    Permalink

    Create internal admin clients.

    Create internal admin clients. Gives access to adminClient, be sure to call cleanUpAdminClient after the tests are done.

    Definition Classes
    KafkaTestKit
  34. val settings: KafkaTestkitSettings

    Permalink
    Definition Classes
    KafkaTestKit
  35. def sleepMillis(ms: Long, msg: String): Unit

    Permalink
    Definition Classes
    KafkaTestKit
  36. def sleepSeconds(s: Int, msg: String): Unit

    Permalink
    Definition Classes
    KafkaTestKit
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. val system: ActorSystem

    Permalink
    Definition Classes
    KafkaTestKitClassKafkaTestKit
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from KafkaTestKit

Inherited from AnyRef

Inherited from Any

Ungrouped