Class MutableRankedRoutingConfiguration
- java.lang.Object
-
- org.wildfly.extension.clustering.web.deployment.MutableRankedRoutingConfiguration
-
- All Implemented Interfaces:
RankedRoutingConfiguration
public class MutableRankedRoutingConfiguration extends Object implements RankedRoutingConfiguration
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description MutableRankedRoutingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDelimiter()intgetMaxRoutes()voidsetDelimiter(String delimiter)voidsetMaxRoutes(int maxRoutes)
-
-
-
Method Detail
-
getDelimiter
public String getDelimiter()
- Specified by:
getDelimiterin interfaceRankedRoutingConfiguration
-
setDelimiter
public void setDelimiter(String delimiter)
-
getMaxRoutes
public int getMaxRoutes()
- Specified by:
getMaxRoutesin interfaceRankedRoutingConfiguration
-
setMaxRoutes
public void setMaxRoutes(int maxRoutes)
-
-