| 1 | package com.hammurapi.eventbus.tests.familyties; |
| 2 | |
| 3 | |
| 4 | /** |
| 5 | * Generated domain-specific event bus. |
| 6 | */ |
| 7 | 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> { |
| 8 | |
| 9 | public FamilyTiesEventBus(Config config) { |
| 10 | super(config); |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * Event bus configurator. |
| 15 | */ |
| 16 | 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> { |
| 17 | |
| 18 | public Config() { |
| 19 | setEventType(com.hammurapi.eventbus.tests.familyties.model.Relative.class); |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | |
| 24 | } |