Package com.mongodb.client
Interface SynchronousContextProvider
-
- All Superinterfaces:
ContextProvider
@ThreadSafe public interface SynchronousContextProvider extends ContextProvider
AContextProvider
for synchronous clients.- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestContext
getContext()
Get the request context.
-
-
-
Method Detail
-
getContext
RequestContext getContext()
Get the request context.- Returns:
- the request context
-
-