temporal_sdk_grpc_adapter_gun (temporal_sdk v0.1.15)

View Source

gRPC HTTP/2 adapter implementation using gun.

Summary

Types

config()

-type config() :: [{endpoints, [endpoint()]} | {gun_opts, gun:opts()}].

endpoint()

-type endpoint() ::
          {Host :: inet:hostname() | inet:ip_address()} |
          {Host :: inet:hostname() | inet:ip_address(), Port :: inet:port_number()} |
          {Host :: inet:hostname() | inet:ip_address(),
           Port :: inet:port_number(),
           GunOpts :: gun:opts()}.