Package com.mongodb
Interface DBCallback
-
- All Superinterfaces:
BSONCallback
- All Known Implementing Classes:
DefaultDBCallback
,LazyDBCallback
@Deprecated(since="2021-05-27") public interface DBCallback extends BSONCallback
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.The DB callback interface.
-
-
Method Summary
-
Methods inherited from interface org.bson.BSONCallback
arrayDone, arrayStart, arrayStart, createBSONCallback, get, gotBinary, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDecimal128, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, objectDone, objectStart, objectStart, reset
-
-