public abstract class AgentBasedEnvironment extends java.lang.Object implements Environment
| Modifier | Constructor and Description |
|---|---|
protected |
AgentBasedEnvironment(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogGroupName()
Get log group name.
|
java.lang.String |
getLogStreamName() |
java.lang.String |
getName()
Get the environment name.
|
ISink |
getSink() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureContext, getType, probeprotected AgentBasedEnvironment(Configuration config)
public java.lang.String getName()
EnvironmentgetName in interface Environmentpublic java.lang.String getLogGroupName()
EnvironmentgetLogGroupName in interface Environmentpublic java.lang.String getLogStreamName()
public ISink getSink()
getSink in interface Environment