public interface EDAEventTypeStoreManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CONFIG_NAME |
static java.lang.String |
KEY_CONFIG_NAME |
Modifier and Type | Method and Description |
---|---|
EDAEventTypeStore |
registerEDAEventTypeStore(java.lang.String configName,
java.io.InputStream configSource)
Registering Event Type Store providing an inputsream for its configuration, mapped to configuration name property
|
EDAEventTypeStore |
registerEDAEventTypeStore(java.lang.String configName,
java.lang.String etsLocation)
Registering Event Type Store providing its location, mapped to configuration name property
|
void |
unregisterEDAEventTypeStore(java.lang.String configName)
Unregister a previously registered event type store
|
static final java.lang.String KEY_CONFIG_NAME
static final java.lang.String DEFAULT_CONFIG_NAME
EDAEventTypeStore registerEDAEventTypeStore(java.lang.String configName, java.io.InputStream configSource)
configName
- configSource
- EDAEventTypeStore registerEDAEventTypeStore(java.lang.String configName, java.lang.String etsLocation)
configName
- etsLocation
- void unregisterEDAEventTypeStore(java.lang.String configName)
configName
-