MCPcopy Create free account
hub / github.com/temporalio/temporal / CreateMatchingGRPCConnection

Method CreateMatchingGRPCConnection

common/rpc/rpc.go:288–290  ·  view source on GitHub ↗
(rpcAddress string)

Source from the content-addressed store, hash-verified

286}
287
288func (d *RPCFactory) CreateMatchingGRPCConnection(rpcAddress string) *grpc.ClientConn {
289 return d.createInternodeGRPCConnection(rpcAddress, primitives.MatchingService)
290}
291
292func (d *RPCFactory) dial(hostName string, tlsClientConfig *tls.Config, dialOptions ...grpc.DialOption) *grpc.ClientConn {
293 dialOptions = append(d.commonDialOptions, dialOptions...)

Callers

nothing calls this directly

Implementers 4

MockRPCFactorycommon/rpc_mock.go
MockRPCFactoryMockRecordercommon/rpc_mock.go
RPCFactorycommon/rpc/rpc.go
RPCFactorycommon/testing/nettest/rpc_factory.go

Calls 1

Tested by

no test coverage detected