toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.metrics
/
AbstractMetricDecorator
Abstract
Metric
Decorator
abstract
class
AbstractMetricDecorator
<
T
:
Any
>
(
val
delegate
:
T
)
:
Decorator
<
T
>
,
Named
Inheritors
MetricCommandBus
MetricDomainEventBus
MetricEventStore
MetricSnapshotRepository
MetricStateEventBus
Members
Constructors
Abstract
Metric
Decorator
Link copied to clipboard
constructor
(
delegate
:
T
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
delegate
Link copied to clipboard
override
val
delegate
:
T
name
Link copied to clipboard
open
override
val
name
:
String
Functions
tag
Source
Link copied to clipboard
fun
<
M
>
Flux
<
M
>
.
tagSource
(
)
:
Flux
<
M
>
fun
<
M
>
Mono
<
M
>
.
tagSource
(
)
:
Mono
<
M
>