toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.command
/
LocalCommandBus
Local
Command
Bus
interface
LocalCommandBus
:
CommandBus
,
LocalMessageBus
<
CommandMessage
<
*
>
,
ServerCommandExchange
<
*
>
>
Inheritors
InMemoryCommandBus
MetricLocalCommandBus
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
LocalCommandBus
.
metrizable
(
)
:
LocalCommandBus
receive
Link copied to clipboard
abstract
fun
receive
(
namedAggregates
:
Set
<
NamedAggregate
>
)
:
Flux
<
ServerCommandExchange
<
*
>
>
send
Link copied to clipboard
abstract
fun
send
(
message
:
CommandMessage
<
*
>
)
:
Mono
<
Void
>