Uses of Class
com.github.ddth.queue.impl.MongodbQueue
-
Packages that use MongodbQueue Package Description com.github.ddth.queue.impl com.github.ddth.queue.impl.universal com.github.ddth.queue.impl.universal.idint com.github.ddth.queue.impl.universal.idstr -
-
Uses of MongodbQueue in com.github.ddth.queue.impl
Classes in com.github.ddth.queue.impl with type parameters of type MongodbQueue Modifier and Type Class Description classMongodbQueueFactory<T extends MongodbQueue<ID,DATA>,ID,DATA>Factory to createMongodbQueueinstances.Methods in com.github.ddth.queue.impl that return MongodbQueue Modifier and Type Method Description MongodbQueue<ID,DATA>MongodbQueue. init()Init method.MongodbQueue<ID,DATA>MongodbQueue. setCollectionName(String collectionName)Name of MongoDB collection to store queue messages.MongodbQueue<ID,DATA>MongodbQueue. setConnectionString(String connectionString)MongoDB's connection string (see http://mongodb.github.io/mongo-java-driver/3.10/driver/getting-started/quick-start/).MongodbQueue<ID,DATA>MongodbQueue. setDatabaseName(String databaseName)Name of MongoDB database to store data.MongodbQueue<ID,DATA>MongodbQueue. setMongoClient(com.mongodb.client.MongoClient mongoClient)Setter formongoClient.protected MongodbQueue<ID,DATA>MongodbQueue. setMongoClient(com.mongodb.client.MongoClient mongoClient, boolean setMyOwnMongoClient)Setter formongoClient. -
Uses of MongodbQueue in com.github.ddth.queue.impl.universal
Subclasses of MongodbQueue in com.github.ddth.queue.impl.universal Modifier and Type Class Description classBaseUniversalMongodbQueue<T extends BaseUniversalQueueMessage<ID>,ID>Base class for universal MongoDB queue implementations. -
Uses of MongodbQueue in com.github.ddth.queue.impl.universal.idint
Subclasses of MongodbQueue in com.github.ddth.queue.impl.universal.idint Modifier and Type Class Description classUniversalMongodbQueue(Experimental) Universal MongoDB implementation ofIQueue. -
Uses of MongodbQueue in com.github.ddth.queue.impl.universal.idstr
Subclasses of MongodbQueue in com.github.ddth.queue.impl.universal.idstr Modifier and Type Class Description classUniversalMongodbQueue(Experimental) Universal MongoDB implementation ofIQueue.
-