MessageBusSpec

abstract class MessageBusSpec<M : Message<*, *>, E : MessageExchange<*, M>, BUS : MessageBus<M, E>> : TopicKindCapable

Message Bus Implementation Specification.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
abstract val topicKind: TopicKind

Functions

Link copied to clipboard
@Test
fun receive()
Link copied to clipboard
@DisabledIfEnvironmentVariable(named = "CI", matches = ".*")
@Test
fun receivePerformance()
Link copied to clipboard
@Test
fun send()
Link copied to clipboard
@Test
fun sendPerformance()
Link copied to clipboard
open fun verify(block: BUS.() -> Unit)