public class AwaitResultSingleResultCallback<T> extends Object implements com.mongodb.async.SingleResultCallback<T>
| Constructor and Description |
|---|
AwaitResultSingleResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
T |
awaitResult() |
T |
awaitResult(long time,
TimeUnit timeUnit) |
void |
onResult(T result,
Throwable t) |
Copyright © 2018. All rights reserved.