Class DataMongoReactive
java.lang.Object
io.micronaut.starter.feature.testresources.EaseTestingFeature
io.micronaut.starter.feature.database.DataMongoFeature
io.micronaut.starter.feature.database.DataMongoReactive
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, DataDocumentFeature, DataFeature, MongoContributingTestContainerDependency, TransactionalNotSupported, Feature, OneOfFeature, ContributingTestContainerDependency
@Requires(property="micronaut.starter.feature.data.mongodb.reactive.enabled",
value="true",
defaultValue="true")
@Singleton
public class DataMongoReactive
extends DataMongoFeature
implements TransactionalNotSupported
Add support for Micronaut Data MongoDB Reactive.
-
Field Summary
Fields inherited from interface ContributingTestContainerDependency
TESTCONTAINERS_GROUP_IDFields inherited from interface DataDocumentFeature
MICRONAUT_DATA_DOCUMENT_PROCESSOR_ARTIFACTFields inherited from interface DataFeature
MICRONAUT_DATA_VERSION, SCHEMA_GENERATE_KEYFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionDataMongoReactive(Data data, TestContainers testContainers, TestResources testResources) -
Method Summary
Methods inherited from class DataMongoFeature
apply, getMicronautDocumentation, getThirdPartyDocumentation, processSelectedFeaturesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataFeature
getCategory, getDatasourceConfig, getFeatureClass, supportsMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisibleMethods inherited from interface MongoContributingTestContainerDependency
testContainersDependencies
-
Constructor Details
-
DataMongoReactive
-
-
Method Details
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getTitle
-
mongoArtifact
- Specified by:
mongoArtifactin classDataMongoFeature
-