public static final class ConnectionServiceGrpc.ConnectionServiceFutureStub extends AbstractFutureStub<ConnectionServiceGrpc.ConnectionServiceFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service ConnectionService.
Service Interface for the Apigee Connect connection management APIs.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ConnectionServiceGrpc.ConnectionServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected ConnectionServiceGrpc.ConnectionServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ConnectionServiceGrpc.ConnectionServiceFutureStub |
|
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 | |
|---|---|
| Name | Description |
request |
ListConnectionsRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListConnectionsResponse> |
|