Interface ConnectionServiceGrpc.AsyncService
-
- All Known Implementing Classes:
ConnectionServiceGrpc.ConnectionServiceImplBase
- Enclosing class:
- ConnectionServiceGrpc
public static interface ConnectionServiceGrpc.AsyncService
Service Interface for the Apigee Connect connection management APIs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)
Lists connections that are currently active for the given Apigee Connect endpoint.
-
-
-
Method Detail
-
listConnections
default void listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)
Lists connections that are currently active for the given Apigee Connect endpoint.
-
-