Class ConnectionServiceGrpc.ConnectionServiceImplBase (2.3.7)

public abstract static class ConnectionServiceGrpc.ConnectionServiceImplBase implements BindableService

Service Interface for the Apigee Connect connection management APIs.

Inheritance

java.lang.Object > ConnectionServiceGrpc.ConnectionServiceImplBase

Implements

io.grpc.BindableService

Constructors

ConnectionServiceImplBase()

public ConnectionServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

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>