brooklyn.entity.nosql.mongodb.MongoDBDriver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-software-nosql Show documentation
Show all versions of brooklyn-software-nosql Show documentation
Brooklyn entities for NoSQL data store software entities
package brooklyn.entity.nosql.mongodb;
import brooklyn.entity.basic.SoftwareProcessDriver;
public interface MongoDBDriver extends SoftwareProcessDriver {
}