Class ConnectionServiceGrpc.ConnectionServiceStub (2.3.7)

public static final class ConnectionServiceGrpc.ConnectionServiceStub extends AbstractAsyncStub<ConnectionServiceGrpc.ConnectionServiceStub>

Service Interface for the Apigee Connect connection management APIs.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ConnectionServiceGrpc.ConnectionServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected ConnectionServiceGrpc.ConnectionServiceStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ConnectionServiceGrpc.ConnectionServiceStub
Overrides
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
NameDescription
requestListConnectionsRequest
responseObserverio.grpc.stub.StreamObserver<ListConnectionsResponse>