toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.metrics
/
MetricDistributedStateEventBus
Metric
Distributed
State
Event
Bus
class
MetricDistributedStateEventBus
(
delegate
:
DistributedStateEventBus
)
:
MetricStateEventBus
<
DistributedStateEventBus
>
,
DistributedStateEventBus
Members
Members & Extensions
Constructors
Metric
Distributed
State
Event
Bus
Link copied to clipboard
constructor
(
delegate
:
DistributedStateEventBus
)
Properties
delegate
Link copied to clipboard
override
val
delegate
:
DistributedStateEventBus
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
(
)
metrizable
Link copied to clipboard
fun
DistributedStateEventBus
.
metrizable
(
)
:
DistributedStateEventBus
receive
Link copied to clipboard
abstract
fun
receive
(
namedAggregates
:
Set
<
NamedAggregate
>
)
:
Flux
<
StateEventExchange
<
*
>
>
send
Link copied to clipboard
abstract
fun
send
(
message
:
StateEvent
<
*
>
)
:
Mono
<
Void
>
tag
Source
Link copied to clipboard
fun
<
M
>
Flux
<
M
>
.
tagSource
(
)
:
Flux
<
M
>
fun
<
M
>
Mono
<
M
>
.
tagSource
(
)
:
Mono
<
M
>