Interface ClientRpcOptions

All Superinterfaces:
RpcOptions
All Known Subinterfaces:
ClientRpcOptions

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

    • create

      @JsOverlay static ClientRpcOptions create()
    • getHost

      @JsProperty String getHost()
    • setHost

      @JsProperty void setHost(String host)