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