public static reactor.core.publisher.Mono<com.mongodb.reactivestreams.client.ClientSession> getSession()
Gets the Mono<ClientSession> from Reactor Context. The resulting Mono
emits the ClientSession if a session is associated with the current subscriber context. If the context does not contain a session, the resulting Mono terminates empty (i.e.
without emitting a value).
Returns:
the Mono emitting the client session if present; otherwise the Mono terminates empty.
setSession
public static reactor.util.context.Context setSession(reactor.util.context.Context context,
org.reactivestreams.Publisher<com.mongodb.reactivestreams.client.ClientSession> session)