Package com.mongodb.internal.connection
Interface CommandProtocol<T>
-
@Deprecated(since="2021-05-27") public interface CommandProtocol<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.CommandProtocol<T>
sessionContext(SessionContext sessionContext)
Deprecated.
-
-
-
Method Detail
-
execute
T execute(InternalConnection connection)
Deprecated.
-
executeAsync
void executeAsync(InternalConnection connection, SingleResultCallback<T> callback)
Deprecated.
-
sessionContext
CommandProtocol<T> sessionContext(SessionContext sessionContext)
Deprecated.
-
-