public class EventStoreFactory extends Object
IEventStore according
to system configuration. Since the only available implementation of IEventStore
is currently FileEventStore, an instance of FileEventStore is always created| Constructor and Description |
|---|
EventStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IEventStore |
getManager()
Instantiates the appropriate
IEventStore implementation. |
public static IEventStore getManager() throws GRS2EventStoreException
IEventStore implementation. Since the only available implementation
of IEventStore is currently FileEventStore, an instance of FileEventStore
is always returnedIEventStore implementationGRS2EventStoreExceptionCopyright © 2014. All Rights Reserved.