Uses of Interface
com.intergral.deep.agent.api.IRegistration
-
Packages that use IRegistration Package Description com.intergral.deep.agent com.intergral.deep.agent.api com.intergral.deep.agent.api.tracepoint com.intergral.deep.agent.settings -
-
Uses of IRegistration in com.intergral.deep.agent
Methods in com.intergral.deep.agent that return IRegistration Modifier and Type Method Description IRegistration<IDeepPlugin>
DeepAgent. registerPlugin(IDeepPlugin plugin)
-
Uses of IRegistration in com.intergral.deep.agent.api
Methods in com.intergral.deep.agent.api that return IRegistration Modifier and Type Method Description IRegistration<IDeepPlugin>
IDeep. registerPlugin(IDeepPlugin plugin)
This allows the registration of custom plugins. -
Uses of IRegistration in com.intergral.deep.agent.api.tracepoint
Subinterfaces of IRegistration in com.intergral.deep.agent.api.tracepoint Modifier and Type Interface Description static interface
ITracepoint.ITracepointRegistration
Defines the tracepoint registration. -
Uses of IRegistration in com.intergral.deep.agent.settings
Methods in com.intergral.deep.agent.settings that return IRegistration Modifier and Type Method Description IRegistration<IDeepPlugin>
Settings. addPlugin(IDeepPlugin plugin)
Add a plugin to the current config.
-