Class EventuateCommonFactory


  • @Factory
    public class EventuateCommonFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.eventuate.EventuateAggregateStore aggregateEventStore​(io.eventuate.EventuateAggregateStoreCrud eventuateAggregateStoreCrud, io.eventuate.EventuateAggregateStoreEvents eventuateAggregateStoreEvents)  
      io.eventuate.sync.EventuateAggregateStore syncAggregateEventStore​(io.eventuate.sync.EventuateAggregateStoreCrud eventuateAggregateStoreCrud, io.eventuate.sync.EventuateAggregateStoreEvents eventuateAggregateStoreEvents)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventuateCommonFactory

        public EventuateCommonFactory()
    • Method Detail

      • aggregateEventStore

        @Singleton
        public io.eventuate.EventuateAggregateStore aggregateEventStore​(io.eventuate.EventuateAggregateStoreCrud eventuateAggregateStoreCrud,
                                                                        io.eventuate.EventuateAggregateStoreEvents eventuateAggregateStoreEvents)
      • syncAggregateEventStore

        @Singleton
        public io.eventuate.sync.EventuateAggregateStore syncAggregateEventStore​(io.eventuate.sync.EventuateAggregateStoreCrud eventuateAggregateStoreCrud,
                                                                                 io.eventuate.sync.EventuateAggregateStoreEvents eventuateAggregateStoreEvents)