Class TopicStatsServiceGrpc.TopicStatsServiceImplBase
java.lang.Object
com.google.cloud.pubsublite.proto.TopicStatsServiceGrpc.TopicStatsServiceImplBase
- All Implemented Interfaces:
TopicStatsServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- TopicStatsServiceGrpc
public abstract static class TopicStatsServiceGrpc.TopicStatsServiceImplBase
extends Object
implements io.grpc.BindableService, TopicStatsServiceGrpc.AsyncService
Base class for the server implementation of the service TopicStatsService.
This service allows users to get stats about messages in their 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.cloud.pubsublite.proto.TopicStatsServiceGrpc.AsyncService
computeHeadCursor, computeMessageStats, computeTimeCursor
-
Constructor Details
-
TopicStatsServiceImplBase
public TopicStatsServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-