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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
AdminServiceImplBase
public AdminServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-