toggle menu
Wow
3.16.8
jvm
switch theme
search in API
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
>