Uses of Interface
com.intergral.deep.agent.api.settings.ISettings
-
-
Uses of ISettings in com.intergral.deep.agent.api.auth
Methods in com.intergral.deep.agent.api.auth with parameters of type ISettings Modifier and Type Method Description IDeepPluginBasicAuthProvider. configure(ISettings settings, IReflection reflection) -
Uses of ISettings in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin with parameters of type ISettings Modifier and Type Method Description ResourceISnapshotDecorator. decorate(ISettings settings, ISnapshotContext snapshot)This method is called by Deep after a snapshot is created. -
Uses of ISettings in com.intergral.deep.agent.api.spi
Methods in com.intergral.deep.agent.api.spi with parameters of type ISettings Modifier and Type Method Description default IDeepPluginIDeepPlugin. configure(ISettings settings, IReflection reflection)This allows for the plugin to retain a reference to the settings for Deep and allows access to theIReflectionservice to perform reflection operations.ResourceResourceProvider. createResource(ISettings settings)booleanConditionalResourceProvider. shouldApply(ISettings settings, Resource existing)If an implementation needs to apply only under certain conditions related to the config or the existing state of the Resource being built, they can choose to override this default. -
Uses of ISettings in com.intergral.deep.agent.plugins
Methods in com.intergral.deep.agent.plugins with parameters of type ISettings Modifier and Type Method Description static List<IDeepPlugin>PluginSpiLoader. loadPlugins(ISettings settings, IReflection reflection, ClassLoader loader)Load all available plugins. -
Uses of ISettings in com.intergral.deep.agent.resource
Methods in com.intergral.deep.agent.resource with parameters of type ISettings Modifier and Type Method Description ResourceEnvironmentResourceProvider. createResource(ISettings settings)ResourceJavaResourceDetector. createResource(ISettings settings) -
Uses of ISettings in com.intergral.deep.agent.settings
Classes in com.intergral.deep.agent.settings that implement ISettings Modifier and Type Class Description classSettingsA service that handles the general config of the deep agent. -
Uses of ISettings in com.intergral.deep.examples
Methods in com.intergral.deep.examples with parameters of type ISettings Modifier and Type Method Description ResourceMyPlugin. decorate(ISettings settings, ISnapshotContext snapshot) -
Uses of ISettings in com.intergral.deep.plugin
Methods in com.intergral.deep.plugin with parameters of type ISettings Modifier and Type Method Description ResourceJavaPlugin. decorate(ISettings settings, ISnapshotContext snapshot)ResourceOtelPlugin. decorate(ISettings settings, ISnapshotContext snapshot) -
Uses of ISettings in com.intergral.deep.plugin.cf
Methods in com.intergral.deep.plugin.cf with parameters of type ISettings Modifier and Type Method Description ResourceCFPlugin. decorate(ISettings settings, ISnapshotContext context)
-