Package com.netflix.appinfo
Interface ApplicationInfoManager.InstanceStatusMapper
-
- Enclosing class:
- ApplicationInfoManager
public static interface ApplicationInfoManager.InstanceStatusMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceInfo.InstanceStatusmap(InstanceInfo.InstanceStatus prev)given a startingInstanceInfo.InstanceStatus, apply a mapping to return the follow up status, if applicable.
-
-
-
Method Detail
-
map
InstanceInfo.InstanceStatus map(InstanceInfo.InstanceStatus prev)
given a startingInstanceInfo.InstanceStatus, apply a mapping to return the follow up status, if applicable.- Returns:
- the mapped instance status, or null if the mapping is not applicable.
-
-