Searched refs:call_invoker (Results 1 – 2 of 2) sorted by relevance
178 $call_invoker = new \Grpc\DefaultCallInvoker();183 $call_invoker = new CallInvokerUpdateChannel();188 $call_invoker = new CallInvokerUpdateChannel();191 'grpc_call_invoker' => $call_invoker]);192 $this->assertEquals($call_invoker->getChannel()->getTarget(), 'localhost:50050');193 $call_invoker->getChannel()->close();199 $call_invoker = new CallInvokerChangeRequest();203 'grpc_call_invoker' => $call_invoker,223 $call_invoker->getChannel()->close();
31 private $call_invoker; variable in Grpc\\BaseStub63 $this->call_invoker = $opts['grpc_call_invoker'];67 $this->channel = $this->call_invoker->createChannelFactory($hostname, $channel_opts);70 $this->call_invoker = new DefaultCallInvoker();