Module hiveevents
Back to master index

[public] Service Point hiveevents.ChannelRepository Interface: net.sourceforge.hiveevents.ChannelRepository
Central repository service of all event channels in the system. The list of channels is not dynamic and must be fully defined in the EventChannels configuration point.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="net.sourceforge.hiveevents.ChannelRepositoryImpl" >
      • <log />
      • <configuration />
      </construct>
    </invoke-factory>

Module hiveevents
Back to master index