Class TetherGrpc.TetherFutureStub (2.18.0)

public static final class TetherGrpc.TetherFutureStub extends AbstractFutureStub<TetherGrpc.TetherFutureStub>

A stub to allow clients to do ListenableFuture-style 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.AbstractFutureStub > TetherGrpc.TetherFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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