public class AgentConfiguration
extends java.lang.Object
The Agent Configuration for the instrumentation runtime to use.
The Agent must have the following configured as part of the initialization.
Modifier and Type | Class and Description |
---|---|
static class |
AgentConfiguration.Builder |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_COLLECTOR_URL |
Modifier and Type | Method and Description |
---|---|
static AgentConfiguration.Builder |
builder() |
java.lang.String |
getAppKey() |
CollectorChannelFactory |
getCollectorChannelFactory() |
java.lang.String |
getCollectorUrl() |
com.appdynamics.iot.AppKeyEnabledStateChangeListener |
getListener() |
java.lang.String |
toString() |
public static final java.lang.String DEFAULT_COLLECTOR_URL
public static AgentConfiguration.Builder builder()
agent configuration
public java.lang.String getAppKey()
public java.lang.String getCollectorUrl()
public CollectorChannelFactory getCollectorChannelFactory()
public com.appdynamics.iot.AppKeyEnabledStateChangeListener getListener()
public java.lang.String toString()
toString
in class java.lang.Object