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 IDeepPlugin
BasicAuthProvider. 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 Resource
ISnapshotDecorator. 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 IDeepPlugin
IDeepPlugin. configure(ISettings settings, IReflection reflection)
This allows for the plugin to retain a reference to the settings for Deep and allows access to theIReflection
service to perform reflection operations.Resource
ResourceProvider. createResource(ISettings settings)
boolean
ConditionalResourceProvider. 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 Resource
EnvironmentResourceProvider. createResource(ISettings settings)
Resource
JavaResourceDetector. 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 class
Settings
A 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 Resource
MyPlugin. 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 Resource
JavaPlugin. decorate(ISettings settings, ISnapshotContext snapshot)
Resource
OtelPlugin. 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 Resource
CFPlugin. decorate(ISettings settings, ISnapshotContext context)
-