Class MemEventRepositoryFactory
java.lang.Object
com.cloudimpl.outstack.runtime.repo.MemEventRepositoryFactory
- All Implemented Interfaces:
EventRepositoryFactory
public class MemEventRepositoryFactory extends java.lang.Object implements EventRepositoryFactory
- Author:
- nuwan
-
Field Summary
Fields inherited from interface com.cloudimpl.outstack.runtime.EventRepositoryFactory
eventStream, mapRepos -
Constructor Summary
Constructors Constructor Description MemEventRepositoryFactory(ResourceHelper helper) -
Method Summary
Modifier and Type Method Description <T extends RootEntity>
EventRepositoy<T>createOrGetRepository(java.lang.Class<T> rootType)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MemEventRepositoryFactory
-
-
Method Details
-
createOrGetRepository
- Specified by:
createOrGetRepositoryin interfaceEventRepositoryFactory
-