T
- the operations result type.AggregateOperation
, ChangeStreamOperation
, CommandReadOperation
, CountOperation
, DistinctOperation
, FindOperation
, GroupOperation
, ListCollectionsOperation
, ListDatabasesOperation
, ListIndexesOperation
, MapReduceWithInlineResultsOperation
, ParallelCollectionScanOperation
, UserExistsOperation
public interface AsyncReadOperation<T>
Modifier and Type | Method | Description |
---|---|---|
void |
executeAsync(AsyncReadBinding binding,
SingleResultCallback<T> callback) |
General execute which can return anything of type T
|
void executeAsync(AsyncReadBinding binding, SingleResultCallback<T> callback)
binding
- the binding to execute in the context ofcallback
- the callback to be called when the operation has been executed