public abstract class FiberMongoCallback<T> extends FiberAsync<T,MongoDbException> implements Callback<T>
Base class for async-to-fiber-blocking Async Java Mongo Driver transformations
Constructor and Description |
---|
FiberMongoCallback() |
Modifier and Type | Method and Description |
---|---|
void |
callback(T success) |
void |
exception(Throwable failure) |
asyncCompleted, asyncFailed, getResult, isCompleted, prepark, requestAsync, requestSync, requestSync, run, run, run, runBlocking, runBlocking, runBlocking, waitForRegistration, wrapException