Interface CallContextResolver

All Known Implementing Classes:
DefaultCallContextResolver

public interface CallContextResolver
Uses the resolved RealmContext to further resolve elements of the CallContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.polaris.core.context.CallContext
    resolveCallContext(org.apache.polaris.core.context.RealmContext realmContext, String method, String path, Map<String,String> headers)
     
  • Method Details

    • resolveCallContext

      org.apache.polaris.core.context.CallContext resolveCallContext(org.apache.polaris.core.context.RealmContext realmContext, String method, String path, Map<String,String> headers)