Class EmbeddedStorageManagerExtension
java.lang.Object
io.helidon.integrations.microstream.cdi.EmbeddedStorageManagerExtension
- All Implemented Interfaces:
Extension
@Deprecated(forRemoval=true,
since="4.2.1")
public class EmbeddedStorageManagerExtension
extends Object
implements Extension
Deprecated, for removal: This API element is subject to removal in a future version.
Microstream is renamed to Eclipse store and no longer updated
An
Extension
that arranges for named MicrostreamStorage
injection points to be satisfied.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates a newEmbeddedStorageManagerExtension
. -
Method Summary
-
Constructor Details
-
EmbeddedStorageManagerExtension
public EmbeddedStorageManagerExtension()Deprecated, for removal: This API element is subject to removal in a future version.Creates a newEmbeddedStorageManagerExtension
.
-