toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-tck
/
me.ahoo.wow.tck.command
/
CommandBusSpec
Command
Bus
Spec
abstract
class
CommandBusSpec
:
MessageBusSpec
<
CommandMessage
<
*
>
,
ServerCommandExchange
<
*
>
,
CommandBus
>
Command Bus Implementation Specification.
Members
Constructors
Command
Bus
Spec
Link copied to clipboard
constructor
(
)
Properties
named
Aggregate
Link copied to clipboard
open
override
val
namedAggregate
:
NamedAggregate
topic
Kind
Link copied to clipboard
open
override
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
:
CommandBus
.
(
)
->
Unit
)