Class ErrorHandlingResultCallback<T>

java.lang.Object
com.mongodb.internal.async.ErrorHandlingResultCallback<T>
Type Parameters:
T - the result type
All Implemented Interfaces:
SingleResultCallback<T>

@Deprecated(since="2021-05-27") public class ErrorHandlingResultCallback<T> extends Object implements SingleResultCallback<T>
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
This class is not part of the public API and may be removed or changed at any time.
  • Method Details