public interface ApplicationInstanceInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppId()
Id for the app
|
java.lang.String |
getInstanceId()
Id for this particular instance
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Loosely defined map of application and instance properties.
|
java.lang.String getInstanceId()
java.lang.String getAppId()
java.util.Map<java.lang.String,java.lang.Object> getProperties()
Typical properties could include hostname and port etc.