Interface | Description |
---|---|
EventPublisher |
This interface defines how the consumer of the agent API can publish events to an AppDynamics controller.
|
ExitCall |
This interface defines how the consumer of the agent API can interact with exit calls.
|
MetricPublisher |
Interface that defines how the consumer of the agent API can publish metrics to an AppDynamics Controller.
|
Transaction |
Interface that defines how the consumer of the agent API can interact with transactions.
|
Class | Description |
---|---|
AppdynamicsAgent |
AppdynamicsAgent is the entry point for access to the agent API. |
EntryTypes |
These are the entry types supported by the Api.
|
ExitTypes |
These are the exit types supported by the SDK.
|
ServletContext |
Context used for the default servlet naming configurations.
|
ServletContext.ServletContextBuilder |
Class used for constructing the
ServletContext . |