Class ConnectionServiceGrpc.ConnectionServiceFutureStub (2.3.7)

public static final class ConnectionServiceGrpc.ConnectionServiceFutureStub extends AbstractFutureStub<ConnectionServiceGrpc.ConnectionServiceFutureStub>

Service Interface for the Apigee Connect connection management APIs.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ConnectionServiceGrpc.ConnectionServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

listConnections(ListConnectionsRequest request)

public ListenableFuture<ListConnectionsResponse> listConnections(ListConnectionsRequest request)

Lists connections that are currently active for the given Apigee Connect endpoint.

Parameter
NameDescription
requestListConnectionsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListConnectionsResponse>