public class ConcurrentHashMapStateRepository<V> extends ConcurrentMapStateRepository<V>
| Constructor and Description |
|---|
ConcurrentHashMapStateRepository(java.lang.String name)
Creates a StateRepository with the given name, that is using a
ConcurrentHashMap to store
event-sourced entities. |
public ConcurrentHashMapStateRepository(java.lang.String name)
ConcurrentHashMap to store
event-sourced entities.name - the name of the repository.