Interface RequestInfoProvider

All Superinterfaces:
RequestMetadata
All Known Subinterfaces:
RequestContext

public interface RequestInfoProvider extends RequestMetadata
Interface for providing request details to RequestManager. These details are used to set up logging and profiling.
  • Method Details

    • getRawRequest

      @Nonnull Object getRawRequest()
      Returns:
      the underlying 'raw' request object
    • getRawResponse

      @Nonnull Object getRawResponse()
      Returns:
      the underlying 'raw' response object