com.hammurapi.eventbus.tests.familyties
Class FamilyTiesEventBus

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.AbstractEventBus<E,P,C,Long,AbstractEventBus.Handle<E,P,C,Long>,S>
      extended by com.hammurapi.eventbus.local.LocalEventBusBase<Relative,Integer,FamilyTiesRules,FamilyTiesEventStore>
          extended by com.hammurapi.eventbus.tests.familyties.FamilyTiesEventBus
All Implemented Interfaces:
AsynchronousProcessor, EventBus<Relative,Integer,FamilyTiesRules,Long,AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore>

public class FamilyTiesEventBus
extends LocalEventBusBase<Relative,Integer,FamilyTiesRules,FamilyTiesEventStore>

Generated domain-specific event bus.


Nested Class Summary
static class FamilyTiesEventBus.Config
          Event bus configurator.
 
Nested classes/interfaces inherited from class com.hammurapi.eventbus.AbstractEventBus
AbstractEventBus.CreateMasterHandleResult, AbstractEventBus.DerivationEx<K>, AbstractEventBus.Handle<E,P extends Comparable<P>,C,K>, AbstractEventBus.Snapshot<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>, AbstractEventBus.StateSnapshot<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>, AbstractEventBus.StoreEntry<E,P extends Comparable<P>,C,K>
 
Constructor Summary
FamilyTiesEventBus(FamilyTiesEventBus.Config config)
           
 
Method Summary
 
Methods inherited from class com.hammurapi.eventbus.local.LocalEventBusBase
createExecutorService, createExecutorService, createInferenceContext, getExecutorService, getMaxDerivationDepth, getRtcLock, newMasterHandle, nextId, processInferenceCommand, processRemoveCommand, remove, setMaxDerivationDepth
 
Methods inherited from class com.hammurapi.eventbus.AbstractEventBus
addHandler, createMasterHandle, getDerivations, getEventType, getExceptionHandler, getInferencePolicy, getStore, join, join, manageHandlers, post, removeHandlers, removeHandlers, reset, setExceptionHandler, takeSnapshot, workingMemorySnapshot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyTiesEventBus

public FamilyTiesEventBus(FamilyTiesEventBus.Config config)