public static final class ConnectionServiceGrpc.ConnectionServiceBlockingStub extends AbstractBlockingStub<ConnectionServiceGrpc.ConnectionServiceBlockingStub>A stub to allow clients to do limited synchronous 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.AbstractBlockingStub > ConnectionServiceGrpc.ConnectionServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected ConnectionServiceGrpc.ConnectionServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ConnectionServiceGrpc.ConnectionServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listConnections(ListConnectionsRequest request)
public ListConnectionsResponse listConnections(ListConnectionsRequest request)Lists connections that are currently active for the given Apigee Connect endpoint.
| Parameter | |
|---|---|
| Name | Description |
request |
ListConnectionsRequest |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse |
|