toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-tck
/
me.ahoo.wow.tck.command
/
CommandGatewaySpec
Command
Gateway
Spec
abstract
class
CommandGatewaySpec
:
MessageBusSpec
<
CommandMessage
<
*
>
,
ServerCommandExchange
<
*
>
,
CommandGateway
>
Members
Constructors
Command
Gateway
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
And
Wait
For
Processed
Link copied to clipboard
@
Test
fun
sendAndWaitForProcessed
(
)
send
And
Wait
For
Sent
Link copied to clipboard
@
Test
fun
sendAndWaitForSent
(
)
send
And
Wait
For
Snapshot
Link copied to clipboard
@
Test
fun
sendAndWaitForSnapshot
(
)
send
Given
Duplicate
Link copied to clipboard
@
Test
fun
sendGivenDuplicate
(
)
send
Performance
Link copied to clipboard
@
Test
fun
sendPerformance
(
)
send
Then
Waiting
For
Aggregate
Link copied to clipboard
@
Test
fun
sendThenWaitingForAggregate
(
)
verify
Link copied to clipboard
open
fun
verify
(
block
:
CommandGateway
.
(
)
->
Unit
)