Class TopicConstantServiceGrpc.TopicConstantServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    TopicConstantServiceGrpc

    public abstract static class TopicConstantServiceGrpc.TopicConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch topic constants.
     
    • Constructor Detail

      • TopicConstantServiceImplBase

        public TopicConstantServiceImplBase()
    • Method Detail

      • getTopicConstant

        public void getTopicConstant​(GetTopicConstantRequest request,
                                     io.grpc.stub.StreamObserver<TopicConstant> responseObserver)
         Returns the requested topic constant in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService