Package com.mongodb.internal.connection
Interface LegacyProtocol<T>
-
@Deprecated(since="2021-05-27") public interface LegacyProtocol<T>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
execute(InternalConnection connection)
Deprecated.void
executeAsync(InternalConnection connection, SingleResultCallback<T> callback)
Deprecated.void
setCommandListener(CommandListener commandListener)
Deprecated.
-
-
-
Method Detail
-
execute
T execute(InternalConnection connection)
Deprecated.
-
executeAsync
void executeAsync(InternalConnection connection, SingleResultCallback<T> callback)
Deprecated.
-
setCommandListener
void setCommandListener(CommandListener commandListener)
Deprecated.
-
-