Interface RpcContext


public interface RpcContext
Container for meta-information on an incoming RPC request.
  • Method Details

    • request

      RequestContext request()
    • response

      jakarta.servlet.http.HttpServletResponse response()
    • session

      ClientReqSession session()
    • projectName

      @Nullable @Nullable String projectName()
      The name of the project the RPC call is being made from, or null if the caller is not (yet) associated with a project.
    • rpcCall

      RpcCall rpcCall()