Package io.quarkus.mongodb.runtime
Class MongoReactiveContextProvider
java.lang.Object
io.quarkus.mongodb.runtime.MongoReactiveContextProvider
- All Implemented Interfaces:
com.mongodb.ContextProvider
,com.mongodb.reactivestreams.client.ReactiveContextProvider
public class MongoReactiveContextProvider
extends Object
implements com.mongodb.reactivestreams.client.ReactiveContextProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mongodb.RequestContext
getContext
(org.reactivestreams.Subscriber<?> subscriber)
-
Constructor Details
-
MongoReactiveContextProvider
public MongoReactiveContextProvider()
-
-
Method Details
-
getContext
public com.mongodb.RequestContext getContext(org.reactivestreams.Subscriber<?> subscriber) - Specified by:
getContext
in interfacecom.mongodb.reactivestreams.client.ReactiveContextProvider
-