Package com.google.pubsub.v1
Class PublisherGrpc.PublisherImplBase
java.lang.Object
com.google.pubsub.v1.PublisherGrpc.PublisherImplBase
- All Implemented Interfaces:
PublisherGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- PublisherGrpc
public abstract static class PublisherGrpc.PublisherImplBase
extends Object
implements io.grpc.BindableService, PublisherGrpc.AsyncService
Base class for the server implementation of the service Publisher.
The service that an application uses to manipulate topics, and to send messages to a topic.
-
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.pubsub.v1.PublisherGrpc.AsyncService
createTopic, deleteTopic, detachSubscription, getTopic, listTopics, listTopicSnapshots, listTopicSubscriptions, publish, updateTopic
-
Constructor Details
-
PublisherImplBase
public PublisherImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-