Class AdminServiceGrpc.AdminServiceImplBase
- java.lang.Object
-
- com.google.cloud.pubsublite.proto.AdminServiceGrpc.AdminServiceImplBase
-
- All Implemented Interfaces:
AdminServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AdminServiceGrpc
public abstract static class AdminServiceGrpc.AdminServiceImplBase extends Object implements io.grpc.BindableService, AdminServiceGrpc.AsyncService
Base class for the server implementation of the service AdminService.The service that a client application uses to manage topics and subscriptions, such creating, listing, and deleting topics and subscriptions.
-
-
Constructor Summary
Constructors Constructor Description AdminServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.pubsublite.proto.AdminServiceGrpc.AsyncService
createReservation, createSubscription, createTopic, deleteReservation, deleteSubscription, deleteTopic, getReservation, getSubscription, getTopic, getTopicPartitions, listReservations, listReservationTopics, listSubscriptions, listTopics, listTopicSubscriptions, seekSubscription, updateReservation, updateSubscription, updateTopic
-
-