public interface EnvironmentInfoProvider extends Ordered
Interface to provide environment information.
Note that environment information is not the same as
application information ApplicationInfo.
While application information is application specific,
environment information may contain additional informations
which are not specific to application but the environment
such as host ip, host name, etc ...
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getEnvironmentInfo()
Provides environment information.
|
Copyright © 2018. All Rights Reserved.