public static interface RS.ConfigInstanceNamingPolicy
A policy which defines how configuration instances are named. The policy should be predictable - it should always return the same name for the same parameters.
String
getConfigInstanceName(Map<String,Object> params)
String getConfigInstanceName(Map<String,Object> params) throws Exception
params
Exception