Uses of Interface
io.vertigo.core.node.component.AopPlugin
-
-
Uses of AopPlugin in io.vertigo.core.impl.analytics.health
Methods in io.vertigo.core.impl.analytics.health with parameters of type AopPlugin Modifier and Type Method Description static List<HealthCheckDefinition>HealthAnalyticsUtil. createHealthCheckDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)Registers all methods annotated with @Suscriber on the object -
Uses of AopPlugin in io.vertigo.core.impl.analytics.metric
Methods in io.vertigo.core.impl.analytics.metric with parameters of type AopPlugin Modifier and Type Method Description static List<MetricDefinition>MetricAnalyticsUtil. createMetricDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)Registers all methods annotated with @Metrics -
Uses of AopPlugin in io.vertigo.core.node.component.loader
Methods in io.vertigo.core.node.component.loader with parameters of type AopPlugin Modifier and Type Method Description static ComponentSpaceLoaderComponentSpaceLoader. startLoading(ComponentSpaceWritable componentSpaceWritable, AopPlugin aopPlugin) -
Uses of AopPlugin in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return AopPlugin Modifier and Type Method Description AopPluginBootConfig. getAopPlugin()Methods in io.vertigo.core.node.config with parameters of type AopPlugin Modifier and Type Method Description BootConfigBuilderBootConfigBuilder. withAopEngine(AopPlugin aopPlugin) -
Uses of AopPlugin in io.vertigo.core.plugins.component.aop.javassist
Classes in io.vertigo.core.plugins.component.aop.javassist that implement AopPlugin Modifier and Type Class Description classJavassistAopPluginThis class implements the aspects using the javassist library.
-