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 Texecute(InternalConnection connection)Deprecated.voidexecuteAsync(InternalConnection connection, SingleResultCallback<T> callback)Deprecated.voidsetCommandListener(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. 
 - 
 
 -