Package io.micronaut.eclipsestore
@Configuration
@Requires(property="eclipsestore.enabled",
notEquals="false")
package io.micronaut.eclipsestore
Class related to EclipseStore integration with the Micronaut Framework.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
ClassDescriptionCreates a bean of type
RootProvider
for eachStorageManager
.RootProvider<T>Functional interface to ease getting the Root Instance of EclipseStore Store Manager.