toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-tck
/
me.ahoo.wow.tck.messaging
/
MessageBusSpec
Message
Bus
Spec
abstract
class
MessageBusSpec
<
M
:
Message
<
*
,
*
>
,
E
:
MessageExchange
<
*
,
M
>
,
BUS
:
MessageBus
<
M
,
E
>
>
:
TopicKindCapable
Message Bus Implementation Specification.
Inheritors
CommandBusSpec
CommandGatewaySpec
DomainEventBusSpec
StateEventBusSpec
Members
Constructors
Message
Bus
Spec
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
named
Aggregate
Link copied to clipboard
abstract
val
namedAggregate
:
NamedAggregate
topic
Kind
Link copied to clipboard
abstract
val
topicKind
:
TopicKind
Functions
receive
Link copied to clipboard
@
Test
fun
receive
(
)
receive
Performance
Link copied to clipboard
@
DisabledIfEnvironmentVariable
(
named
=
"CI"
,
matches
=
".*"
)
@
Test
fun
receivePerformance
(
)
send
Link copied to clipboard
@
Test
fun
send
(
)
send
Performance
Link copied to clipboard
@
Test
fun
sendPerformance
(
)
verify
Link copied to clipboard
open
fun
verify
(
block
:
BUS
.
(
)
->
Unit
)