All Known Subinterfaces:
ClientRpcOptions, ClientRpcOptions, InvokeRpcOptions<TRequest,TResponse>, InvokeRpcOptions<TRequest,TResponse>, RpcOptions, UnaryRpcOptions<TRequest,TResponse>, UnaryRpcOptions<TRequest,TResponse>

@JsType(isNative=true, name="dhinternal.grpcWeb.client.RpcOptions", namespace="<global>") public interface RpcOptions
  • Method Details

    • create

      @JsOverlay static RpcOptions create()
    • getTransport

      @JsProperty TransportFactory getTransport()
    • isDebug

      @JsProperty boolean isDebug()
    • setDebug

      @JsProperty void setDebug(boolean debug)
    • setTransport

      @JsProperty void setTransport(TransportFactory transport)