Searched refs:newStub (Results 1 – 4 of 4) sorted by relevance
148 asyncStub = MonsterStorageGrpc.newStub(channel);
118 TestService stub = TestService.newStub(mockChannel); in testStub()
120 TestService stub = TestService.newStub(mockChannel); in testStub()
200 public static MonsterStorageStub newStub(io.grpc.Channel channel) { in newStub() method in MonsterStorageGrpc