public class ConsulKeyBuilder extends Object
| Constructor and Description |
|---|
ConsulKeyBuilder()
Generates a
ConsulKeyBuilder with the default key format. |
ConsulKeyBuilder(String prefix)
Creates a key builder with a custom prefix.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuditTrailKey(Event e) |
String |
getFeatureName(String consulKey) |
String |
getFeaturesDictionaryKey() |
String |
getHitCountKey(Event e) |
String |
getKeyName(String featureName) |
String |
getMissKey(Event e) |
String |
getPropertiesDictionaryKey() |
String |
getPropertyKey(String propertyName) |
String |
getPropertyName(String consulKey) |
public ConsulKeyBuilder()
ConsulKeyBuilder with the default key format.public ConsulKeyBuilder(String prefix)
prefix - custom prefixCopyright © 2013–2022 FF4J. All rights reserved.