com.hammurapi.eventbus.local
Class LocalEventBus.Config<E,P extends Comparable<P>,C>

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.local.LocalEventBusBase.Config<E,P,C,LocalEventStore<E,P,C>>
      extended by com.hammurapi.eventbus.local.LocalEventBus.Config<E,P,C>
Type Parameters:
E -
P -
C -
Enclosing class:
LocalEventBus<E,P extends Comparable<P>,C>

public static class LocalEventBus.Config<E,P extends Comparable<P>,C>
extends LocalEventBusBase.Config<E,P,C,LocalEventStore<E,P,C>>

Configurator with bound store generic parameter.


Constructor Summary
LocalEventBus.Config()
           
 
Method Summary
 
Methods inherited from class com.hammurapi.eventbus.local.LocalEventBusBase.Config
getCollectorHandleStrength, getEventType, getExecutorService, getInferenceFilters, getInferencePolicy, getMatcher, getObservableConverter, getStatsCollector, getStatsTimeUnit, getStore, isAssertPredicatesBeforePost, setAssertPredicatesBeforePost, setCollectorHandleStrength, setEventType, setExecutorService, setInferenceFilter, setInferencePolicy, setMatcher, setObservableConverter, setStatsCollector, setStatsTimeUnit, setStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalEventBus.Config

public LocalEventBus.Config()