toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-tck
/
me.ahoo.wow.tck.event
/
DomainEventBusSpec
Domain
Event
Bus
Spec
abstract
class
DomainEventBusSpec
:
MessageBusSpec
<
DomainEventStream
,
EventStreamExchange
,
DomainEventBus
>
Members
Constructors
Domain
Event
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
:
DomainEventBus
.
(
)
->
Unit
)