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