Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.event
/
DistributedDomainEventBus
Distributed
Domain
Event
Bus
interface
DistributedDomainEventBus
:
DomainEventBus
,
DistributedMessageBus
<
DomainEventStream
,
EventStreamExchange
>
Inheritors
MetricDistributedDomainEventBus
Members
Members & Extensions
Properties
topic
Kind
Link copied to clipboard
open
override
val
topicKind
:
TopicKind
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
metrizable
Link copied to clipboard
fun
DistributedDomainEventBus
.
metrizable
(
)
:
DistributedDomainEventBus
receive
Link copied to clipboard
abstract
fun
receive
(
namedAggregates
:
Set
<
NamedAggregate
>
)
:
Flux
<
EventStreamExchange
>
send
Link copied to clipboard
abstract
fun
send
(
message
:
DomainEventStream
)
:
Mono
<
Void
>