object Settings
- Source
- KalixTestKit.scala
- Alphabetic
- By Inheritance
- Settings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait EventingSupport extends AnyRef
Defined which type of eventing support is being used.
Value Members
- 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.
- 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.
- object TestBroker extends EventingSupport
This is the default type used and allows the testing eventing integrations without an external broker dependency running.