Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.messaging
/
LocalMessageBus
Local
Message
Bus
interface
LocalMessageBus
<
M
:
Message
<
*
,
*
>
,
E
:
MessageExchange
<
*
,
M
>
>
:
MessageBus
<
M
,
E
>
Inheritors
LocalCommandBus
LocalDomainEventBus
LocalStateEventBus
InMemoryMessageBus
Members
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
receive
Link copied to clipboard
abstract
fun
receive
(
namedAggregates
:
Set
<
NamedAggregate
>
)
:
Flux
<
E
>
send
Link copied to clipboard
abstract
fun
send
(
message
:
M
)
:
Mono
<
Void
>