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 Constructor Description TopicStatsServiceImplBase()
-
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.TopicStatsServiceGrpc.AsyncService
computeHeadCursor, computeMessageStats, computeTimeCursor
-
-