GrpcBuilder v0.2.1-alpha GrpcBuilder.Client View Source

public interface for GrpcBuilder client

Link to this section Summary

Functions

Upon initialization, SDK can call this function to make a gRPC connection to gRPC service.

Link to this section Functions

Link to this function

connect(host, opts)

View Source
connect(String.t(), Keyword.t()) ::
  :ignore | {:error, any()} | {:ok, pid()} | {:ok, pid(), any()}

Upon initialization, SDK can call this function to make a gRPC connection to gRPC service.