Uses of Interface
com.intergral.deep.agent.api.IRegistration
-
Packages that use IRegistration Package Description com.intergral.deep.agent.api com.intergral.deep.agent.api.tracepoint -
-
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.
-