Uses of Interface
io.vertigo.core.node.component.AspectPlugin
Packages that use AspectPlugin
Package
Description
-
Uses of AspectPlugin in io.vertigo.core.impl.analytics.health
Methods in io.vertigo.core.impl.analytics.health with parameters of type AspectPluginModifier and TypeMethodDescriptionstatic List<HealthCheckDefinition> HealthUtil.createHealthCheckDefinitions(String componentId, CoreComponent component, AspectPlugin aspectPlugin) Registers all methods annotated with @Suscriber on the object -
Uses of AspectPlugin in io.vertigo.core.impl.analytics.metric
Methods in io.vertigo.core.impl.analytics.metric with parameters of type AspectPluginModifier and TypeMethodDescriptionstatic List<MetricDefinition> MetricUtil.createMetricDefinitions(String componentId, CoreComponent component, AspectPlugin aopPlugin) Registers all methods annotated with @Metrics -
Uses of AspectPlugin in io.vertigo.core.node.component.loader
Methods in io.vertigo.core.node.component.loader with parameters of type AspectPluginModifier and TypeMethodDescriptionstatic ComponentSpaceLoaderComponentSpaceLoader.startLoading(ComponentSpaceWritable componentSpaceWritable, AspectPlugin aopPlugin) -
Uses of AspectPlugin in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return AspectPluginMethods in io.vertigo.core.node.config with parameters of type AspectPlugin -
Uses of AspectPlugin in io.vertigo.core.plugins.component.aop.javassist
Classes in io.vertigo.core.plugins.component.aop.javassist that implement AspectPluginModifier and TypeClassDescriptionfinal classThis class implements the aspects using the javassist library.