toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.messaging
/
InMemoryMessageBus
In
Memory
Message
Bus
abstract
class
InMemoryMessageBus
<
M
:
Message
<
*
,
*
>
,
NamedAggregate
,
E
:
MessageExchange
<
*
,
M
>
>
:
LocalMessageBus
<
M
,
E
>
Inheritors
InMemoryCommandBus
InMemoryDomainEventBus
InMemoryStateEventBus
Members
Constructors
In
Memory
Message
Bus
Link copied to clipboard
constructor
(
)
Properties
sink
Supplier
Link copied to clipboard
abstract
val
sinkSupplier
:
(
NamedAggregate
)
->
Sinks.Many
<
M
>
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
create
Exchange
Link copied to clipboard
abstract
fun
M
.
createExchange
(
)
:
E
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
>