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 Constructor Description PublisherImplBase()
-
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.pubsub.v1.PublisherGrpc.AsyncService
createTopic, deleteTopic, detachSubscription, getTopic, listTopics, listTopicSnapshots, listTopicSubscriptions, publish, updateTopic
-
-