temporal_sdk_grpc_adapter_gun_pool (temporal_sdk v0.1.15)

View Source

gRPC HTTP/2 adapter implementation using gun_pool.

Summary

Types

config()

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