Interface ReactiveContextProvider

All Superinterfaces:
ContextProvider

@ThreadSafe public interface ReactiveContextProvider extends ContextProvider
A ContextProvider for reactive clients.
Since:
4.4
  • Method Summary

    Modifier and Type
    Method
    Description
    getContext(Subscriber<?> subscriber)
    Get the request context from the subscriber.
  • Method Details

    • getContext

      RequestContext getContext(Subscriber<?> subscriber)
      Get the request context from the subscriber.
      Parameters:
      subscriber - the subscriber for the operation
      Returns:
      the request context