public class RemoteBaggageRestrictionManager extends java.lang.Object implements BaggageRestrictionManager
DEFAULT_MAX_VALUE_LENGTH| Constructor and Description |
|---|
RemoteBaggageRestrictionManager(java.lang.String serviceName,
BaggageRestrictionManagerProxy proxy,
Metrics metrics,
boolean denyBaggageOnInitializationFailure) |
RemoteBaggageRestrictionManager(java.lang.String serviceName,
BaggageRestrictionManagerProxy proxy,
Metrics metrics,
boolean denyBaggageOnInitializationFailure,
int refreshIntervalMs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Restriction |
getRestriction(java.lang.String service,
java.lang.String key) |
boolean |
isReady() |
public RemoteBaggageRestrictionManager(java.lang.String serviceName,
BaggageRestrictionManagerProxy proxy,
Metrics metrics,
boolean denyBaggageOnInitializationFailure)
public RemoteBaggageRestrictionManager(java.lang.String serviceName,
BaggageRestrictionManagerProxy proxy,
Metrics metrics,
boolean denyBaggageOnInitializationFailure,
int refreshIntervalMs)
public boolean isReady()
public void close()
public Restriction getRestriction(java.lang.String service, java.lang.String key)
getRestriction in interface BaggageRestrictionManager