Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.messaging
/
LocalFirstMessageBus
Local
First
Message
Bus
interface
LocalFirstMessageBus
<
M
:
Message
<
*
,
*
>
,
NamedAggregate
,
Copyable
<
*
>
,
E
:
MessageExchange
<
*
,
M
>
>
:
MessageBus
<
M
,
E
>
Inheritors
LocalFirstCommandBus
LocalFirstDomainEventBus
LocalFirstStateEventBus
Members
Properties
distributed
Bus
Link copied to clipboard
abstract
val
distributedBus
:
DistributedMessageBus
<
M
,
E
>
local
Bus
Link copied to clipboard
abstract
val
localBus
:
LocalMessageBus
<
M
,
E
>
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
receive
Link copied to clipboard
open
override
fun
receive
(
namedAggregates
:
Set
<
NamedAggregate
>
)
:
Flux
<
E
>
send
Link copied to clipboard
open
override
fun
send
(
message
:
M
)
:
Mono
<
Void
>