Package io.getunleash.strategy
Class ApplicationHostnameStrategy
- java.lang.Object
-
- io.getunleash.strategy.ApplicationHostnameStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static StringHOST_NAMES_PARAMprotected StringNAME
-
Constructor Summary
Constructors Constructor Description ApplicationHostnameStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()booleanisEnabled(Map<String,String> parameters)
-
-
-
Field Detail
-
HOST_NAMES_PARAM
public static final String HOST_NAMES_PARAM
- See Also:
- Constant Field Values
-
NAME
protected final String NAME
- See Also:
- Constant Field Values
-
-