Package com.mongodb.internal.connection
Interface CommandProtocol<T>
-
public interface CommandProtocol<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute(InternalConnection connection)
void
executeAsync(InternalConnection connection, SingleResultCallback<T> callback)
CommandProtocol<T>
sessionContext(SessionContext sessionContext)
-
-
-
Method Detail
-
execute
T execute(InternalConnection connection)
-
executeAsync
void executeAsync(InternalConnection connection, SingleResultCallback<T> callback)
-
sessionContext
CommandProtocol<T> sessionContext(SessionContext sessionContext)
-
-