Class DynamodbRepositoryFactory
java.lang.Object
com.cloudimpl.outstack.spring.repo.DynamodbRepositoryFactory
- All Implemented Interfaces:
EventRepositoryFactory
public class DynamodbRepositoryFactory 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 DynamodbRepositoryFactory(ResourceHelper helper, ComponentProvider.ProviderConfigs providerConfig) -
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
-
DynamodbRepositoryFactory
public DynamodbRepositoryFactory(ResourceHelper helper, ComponentProvider.ProviderConfigs providerConfig)
-
-
Method Details
-
createOrGetRepository
- Specified by:
createOrGetRepositoryin interfaceEventRepositoryFactory
-