001 package com.hammurapi.eventbus.tests.familyties;
002
003
004 /**
005 * Generated domain-specific event bus.
006 */
007 public class FamilyTiesEventBus extends com.hammurapi.eventbus.local.LocalEventBusBase<com.hammurapi.eventbus.tests.familyties.model.Relative,java.lang.Integer,com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules,FamilyTiesEventStore> {
008
009 public FamilyTiesEventBus(Config config) {
010 super(config);
011 }
012
013 /**
014 * Event bus configurator.
015 */
016 public static class Config extends com.hammurapi.eventbus.local.LocalEventBusBase.Config<com.hammurapi.eventbus.tests.familyties.model.Relative, java.lang.Integer, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, FamilyTiesEventStore> {
017
018 public Config() {
019 setEventType(com.hammurapi.eventbus.tests.familyties.model.Relative.class);
020 }
021 }
022
023
024 }