Interface ReactiveContextProvider
- All Superinterfaces:
ContextProvider
A
ContextProvider
for reactive clients.- Since:
- 4.4
-
Method Summary
Modifier and TypeMethodDescriptiongetContext
(Subscriber<?> subscriber) Get the request context from the subscriber.
-
Method Details
-
getContext
Get the request context from the subscriber.- Parameters:
subscriber
- the subscriber for the operation- Returns:
- the request context
-