public class GovernanceConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RETRY_ENABLED |
static String |
RETRY_ON_NEXT |
static String |
RETRY_ON_SAME |
static String |
ROOT |
| Constructor and Description |
|---|
GovernanceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getRetryNextServer(String microservice) |
static int |
getRetrySameServer(String microservice) |
static String |
getStringProperty(String defaultValue,
String... keys) |
static boolean |
isRetryEnabled(String microservice) |
public static final String ROOT
public static final String RETRY_ENABLED
public static final String RETRY_ON_NEXT
public static final String RETRY_ON_SAME
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.