Class EventuateCommonFactory
- java.lang.Object
-
- io.eventuate.javaclient.micronaut.common.EventuateCommonFactory
-
@Factory public class EventuateCommonFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EventuateCommonFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.eventuate.EventuateAggregateStoreaggregateEventStore(io.eventuate.EventuateAggregateStoreCrud eventuateAggregateStoreCrud, io.eventuate.EventuateAggregateStoreEvents eventuateAggregateStoreEvents)io.eventuate.sync.EventuateAggregateStoresyncAggregateEventStore(io.eventuate.sync.EventuateAggregateStoreCrud eventuateAggregateStoreCrud, io.eventuate.sync.EventuateAggregateStoreEvents eventuateAggregateStoreEvents)
-
-
-
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)
-
-