public interface Environment
| Modifier and Type | Method and Description |
|---|---|
void |
configureContext(MetricsContext context) |
java.lang.String |
getLogGroupName()
Get log group name.
|
java.lang.String |
getName()
Get the environment name.
|
ISink |
getSink() |
java.lang.String |
getType()
Get the environment type.
|
boolean |
probe()
Determines whether or not we are executing in this environment.
|
boolean probe()
java.lang.String getName()
java.lang.String getType()
java.lang.String getLogGroupName()
void configureContext(MetricsContext context)
context - the context to configure with environment propertiesISink getSink()