public interface VipAddressResolver
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolveDeploymentContextBasedVipAddresses(java.lang.String vipAddressMacro)
Convert
VIPAddress by substituting environment variables if necessary. |
java.lang.String resolveDeploymentContextBasedVipAddresses(java.lang.String vipAddressMacro)
VIPAddress
by substituting environment variables if necessary.vipAddressMacro
- the macro for which the interpolation needs to be made.VIPAddress
after substitution.