Uses of Class
org.smallmind.claxon.registry.ClaxonRegistry
-
Packages that use ClaxonRegistry Package Description org.smallmind.claxon.registry org.smallmind.claxon.registry.spring -
-
Uses of ClaxonRegistry in org.smallmind.claxon.registry
Methods in org.smallmind.claxon.registry that return ClaxonRegistry Modifier and Type Method Description ClaxonRegistryClaxonRegistry. bind(String name, Emitter emitter)static ClaxonRegistryInstrument. getRegistry()Methods in org.smallmind.claxon.registry with parameters of type ClaxonRegistry Modifier and Type Method Description static voidInstrument. register(ClaxonRegistry registry)Constructors in org.smallmind.claxon.registry with parameters of type ClaxonRegistry Constructor Description MeasurableTracker(ClaxonRegistry registry)ObservableTracker(ClaxonRegistry registry)WorkingInstrumentation(ClaxonRegistry registry, Class<?> caller, MeterBuilder<?> builder, Tag... tags) -
Uses of ClaxonRegistry in org.smallmind.claxon.registry.spring
Methods in org.smallmind.claxon.registry.spring that return ClaxonRegistry Modifier and Type Method Description ClaxonRegistryClaxonRegistryFactoryBean. getObject()
-