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