Class Dispatcher.Config

java.lang.Object
com.exedio.cope.pattern.Dispatcher.Config
Enclosing class:
Dispatcher

public static final class Dispatcher.Config extends Object
  • Constructor Details

    • Config

      public Config()
    • Config

      public Config(int failureLimit, int searchSize)
  • Method Details

    • getFailureLimit

      public int getFailureLimit()
    • getSearchSize

      public int getSearchSize()
    • narrow

      public Dispatcher.Config narrow(Condition condition)
    • resetNarrow

      public Dispatcher.Config resetNarrow()
    • getNarrowCondition

      public Condition getNarrowCondition()