| Interface | Description |
|---|---|
| MongoConnector |
Interface through which quartz-mongodb interacts with MongoDB.
|
| Class | Description |
|---|---|
| ExternalMongoConnector |
The implementation of
MongoConnector that doesn't own the lifecycle of MongoClient. |
| InternalMongoConnector |
The implementation of
MongoConnector that owns the lifecycle of MongoClient. |
| MongoConnectorBuilder |
Builder for
MongoConnector. |
| SSLContextFactory |
Allows to get an
SSLContext from a Java truststore and keystore. |