Class TetherGrpc.TetherBlockingStub (2.31.0)

public static final class TetherGrpc.TetherBlockingStub extends AbstractBlockingStub<TetherGrpc.TetherBlockingStub>

A stub to allow clients to do synchronous rpc calls to service Tether.

Tether provides a way for the control plane to send HTTP API requests to services in data planes that runs in a remote datacenter without requiring customers to open firewalls on their runtime plane.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > TetherGrpc.TetherBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected TetherGrpc.TetherBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
TetherGrpc.TetherBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)