| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.mongodb |
| Modifier and Type | Method and Description |
|---|---|
Mongo |
Mongodb.MongodbResources.mongo(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Mongo> |
Mongodb.MongodbResources.mongos()
Get the list of Mongo resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Mongodb.mongo(Mongo value)
Add the Mongo object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Mongodb.mongos(List<Mongo> value)
Add all Mongo objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Mongo<T extends Mongo<T>>
MongoDB server definition
|
interface |
MongoConsumer<T extends Mongo<T>> |
interface |
MongoSupplier<T extends Mongo> |
| Modifier and Type | Method and Description |
|---|---|
Mongo |
MongoSupplier.get()
Constructed instance of Mongo resource
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.