Uses of Interface
com.intergral.deep.agent.api.spi.IDeepPlugin
-
Packages that use IDeepPlugin Package Description com.intergral.deep.agent.api com.intergral.deep.agent.api.auth com.intergral.deep.agent.api.logger com.intergral.deep.agent.api.spi -
-
Uses of IDeepPlugin in com.intergral.deep.agent.api
Methods in com.intergral.deep.agent.api that return types with arguments of type IDeepPlugin Modifier and Type Method Description IRegistration<IDeepPlugin>
IDeep. registerPlugin(IDeepPlugin plugin)
This allows the registration of custom plugins.Methods in com.intergral.deep.agent.api with parameters of type IDeepPlugin Modifier and Type Method Description IRegistration<IDeepPlugin>
IDeep. registerPlugin(IDeepPlugin plugin)
This allows the registration of custom plugins. -
Uses of IDeepPlugin in com.intergral.deep.agent.api.auth
Classes in com.intergral.deep.agent.api.auth that implement IDeepPlugin Modifier and Type Class Description class
BasicAuthProvider
This is anIAuthProvider
that will attach basic authorization to the outbound requests.Methods in com.intergral.deep.agent.api.auth that return IDeepPlugin Modifier and Type Method Description IDeepPlugin
BasicAuthProvider. configure(ISettings settings, IReflection reflection)
-
Uses of IDeepPlugin in com.intergral.deep.agent.api.logger
Classes in com.intergral.deep.agent.api.logger that implement IDeepPlugin Modifier and Type Class Description class
TracepointLogger
This is the default tracepoint logger that will log to the default Deep logger. -
Uses of IDeepPlugin in com.intergral.deep.agent.api.spi
Methods in com.intergral.deep.agent.api.spi that return IDeepPlugin 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.
-