toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.command
/
CommandBus
Command
Bus
interface
CommandBus
:
MessageBus
<
CommandMessage
<
*
>
,
ServerCommandExchange
<
*
>
>
,
TopicKindCapable
Command Bus .
Author
ahoo wang
See also
In
Memory
Command
Bus
Inheritors
LocalCommandBus
DistributedCommandBus
CommandGateway
DefaultCommandGateway
LocalFirstCommandBus
MetricCommandBus
Members
Properties
topic
Kind
Link copied to clipboard
open
override
val
topicKind
:
TopicKind
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
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
>