@ApplicationScoped
public class RegistryProducer
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static MetricRegistry |
getApplicationRegistry() |
|
static MetricRegistry |
getBaseRegistry() |
|
static MetricRegistry |
getDefaultRegistry() |
|
static MetricRegistry |
getVendorRegistry() |
@Produces public static MetricRegistry getDefaultRegistry()
@Produces @RegistryType(type=APPLICATION) public static MetricRegistry getApplicationRegistry()
@Produces @RegistryType(type=BASE) public static MetricRegistry getBaseRegistry()
@Produces @RegistryType(type=VENDOR) public static MetricRegistry getVendorRegistry()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.