Package com.mongodb.internal.connection
Interface LegacyProtocol<T>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(InternalConnection connection) Deprecated.void
executeAsync
(InternalConnection connection, SingleResultCallback<T> callback) Deprecated.void
setCommandListener
(CommandListener commandListener) Deprecated.
-
Method Details
-
execute
Deprecated. -
executeAsync
Deprecated. -
setCommandListener
Deprecated.
-