Uses of Interface
com.intergral.deep.agent.api.IDeep
-
Packages that use IDeep Package Description com.intergral.deep.agent com.intergral.deep.agent.api.hook com.intergral.deep.api -
-
Uses of IDeep in com.intergral.deep.agent
Classes in com.intergral.deep.agent that implement IDeep Modifier and Type Class Description class
DeepAgent
This is the agent that is provided via the API, and is what holds all deep together. -
Uses of IDeep in com.intergral.deep.agent.api.hook
Methods in com.intergral.deep.agent.api.hook that return IDeep Modifier and Type Method Description IDeep
IDeepHook. deepService()
Get the deep service from the agent. -
Uses of IDeep in com.intergral.deep.api
Methods in com.intergral.deep.api that return IDeep Modifier and Type Method Description static IDeep
DeepAPI. api()
Get the Deep api.
-