Packages

object Settings

Source
KalixTestKit.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait EventingSupport extends AnyRef

    Defined which type of eventing support is being used.

Value Members

  1. object GooglePubSub extends EventingSupport

    Used if you want to use an external Google PubSub (or its Emulator) on your tests.

    Used if you want to use an external Google PubSub (or its Emulator) on your tests.

    Note: the Google PubSub broker instance needs to be started independently.

  2. object Kafka extends EventingSupport

    Used if you want to use an external Kafka broker on your tests.

    Used if you want to use an external Kafka broker on your tests.

    Note: the Kafka broker instance needs to be started independently.

  3. object TestBroker extends EventingSupport

    This is the default type used and allows the testing eventing integrations without an external broker dependency running.