Uses of Interface
com.intergral.deep.agent.tracepoint.ITracepointConfig
-
Packages that use ITracepointConfig Package Description com.intergral.deep.agent.poll com.intergral.deep.agent.tracepoint -
-
Uses of ITracepointConfig in com.intergral.deep.agent.poll
Methods in com.intergral.deep.agent.poll with parameters of type ITracepointConfig Modifier and Type Method Description void
LongPollService. start(ITracepointConfig tracepointConfig)
-
Uses of ITracepointConfig in com.intergral.deep.agent.tracepoint
Classes in com.intergral.deep.agent.tracepoint that implement ITracepointConfig Modifier and Type Class Description class
TracepointConfigService
This service deals with mapping the response from polls into actions to install tracepoints.
-