| Package | Description |
|---|---|
| fish.payara.microprofile.metrics.cdi |
| Modifier and Type | Field and Description |
|---|---|
static AnnotationReader<org.eclipse.microprofile.metrics.annotation.ConcurrentGauge> |
AnnotationReader.CONCURRENT_GAUGE |
static AnnotationReader<org.eclipse.microprofile.metrics.annotation.Counted> |
AnnotationReader.COUNTED |
static AnnotationReader<org.eclipse.microprofile.metrics.annotation.Gauge> |
AnnotationReader.GAUGE |
static AnnotationReader<org.eclipse.microprofile.metrics.annotation.Metered> |
AnnotationReader.METERED |
static AnnotationReader<org.eclipse.microprofile.metrics.annotation.Metric> |
AnnotationReader.METRIC |
static AnnotationReader<org.eclipse.microprofile.metrics.annotation.SimplyTimed> |
AnnotationReader.SIMPLY_TIMED |
static AnnotationReader<org.eclipse.microprofile.metrics.annotation.Timed> |
AnnotationReader.TIMED |
| Modifier and Type | Method and Description |
|---|---|
AnnotationReader<T> |
AnnotationReader.asType(org.eclipse.microprofile.metrics.MetricType type)
If this
AnnotationReader reads Metric Annotation it can be associated with different
MetricType so that the provided type is used when creating Metadata using the
AnnotationReader. |
static <T extends Annotation> |
AnnotationReader.forAnnotation(Class<T> annotationType)
Get
AnnotationReader for a provided Annotation. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<AnnotationReader<?>> |
AnnotationReader.readers() |
Copyright © 2021. All rights reserved.