toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.metrics
/
MetricCommandBus
Metric
Command
Bus
open
class
MetricCommandBus
<
T
:
CommandBus
>
(
delegate
:
T
)
:
AbstractMetricDecorator
<
T
>
,
CommandBus
,
Metrizable
Inheritors
MetricLocalCommandBus
MetricDistributedCommandBus
Members
Constructors
Metric
Command
Bus
Link copied to clipboard
constructor
(
delegate
:
T
)
Properties
delegate
Link copied to clipboard
override
val
delegate
:
T
name
Link copied to clipboard
open
override
val
name
:
String
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
open
override
fun
receive
(
namedAggregates
:
Set
<
NamedAggregate
>
)
:
Flux
<
ServerCommandExchange
<
*
>
>
send
Link copied to clipboard
open
override
fun
send
(
message
:
CommandMessage
<
*
>
)
:
Mono
<
Void
>
tag
Source
Link copied to clipboard
fun
<
M
>
Flux
<
M
>
.
tagSource
(
)
:
Flux
<
M
>
fun
<
M
>
Mono
<
M
>
.
tagSource
(
)
:
Mono
<
M
>