Class ConnectionServiceGrpc.ConnectionServiceBlockingStub (2.21.0)

public static final class ConnectionServiceGrpc.ConnectionServiceBlockingStub extends AbstractBlockingStub<ConnectionServiceGrpc.ConnectionServiceBlockingStub>

A stub to allow clients to do 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.ConnectionServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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