Searched refs:getRetryPolicyFromMethodConfig (Results 1 – 2 of 2) sorted by relevance
164 retryEnabled ? ServiceConfigUtil.getRetryPolicyFromMethodConfig(methodConfig) : null; in MethodInfo()
196 static Map<String, Object> getRetryPolicyFromMethodConfig(Map<String, Object> methodConfig) { in getRetryPolicyFromMethodConfig() method in ServiceConfigUtil