Annotation Type MicrostreamStorage
-
@Qualifier @Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface MicrostreamStorage
Qualifier annotation for Microstream EmbeddedStorageManager.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
configNode
Specifies the configuration node used to configure the EmbeddedStorageManager instance to be created.
-
-
-
Element Detail
-
configNode
String configNode
Specifies the configuration node used to configure the EmbeddedStorageManager instance to be created.- Returns:
- the config node
-
-