Package com.exedio.cope.pattern
Class Dispatcher.Config
- java.lang.Object
-
- com.exedio.cope.pattern.Dispatcher.Config
-
- Enclosing class:
- Dispatcher
public static final class Dispatcher.Config extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFailureLimit()
Condition
getNarrowCondition()
int
getSearchSize()
Dispatcher.Config
narrow(Condition condition)
Dispatcher.Config
resetNarrow()
-
-
-
Method Detail
-
getFailureLimit
public int getFailureLimit()
-
getSearchSize
public int getSearchSize()
-
narrow
public Dispatcher.Config narrow(Condition condition)
-
resetNarrow
public Dispatcher.Config resetNarrow()
-
getNarrowCondition
public Condition getNarrowCondition()
-
-