Class SubscriberGrpc.SubscriberImplBase

  • All Implemented Interfaces:
    SubscriberGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    SubscriberGrpc

    public abstract static class SubscriberGrpc.SubscriberImplBase
    extends Object
    implements io.grpc.BindableService, SubscriberGrpc.AsyncService
    Base class for the server implementation of the service Subscriber.
     The service that an application uses to manipulate subscriptions and to
     consume messages from a subscription via the `Pull` method or by
     establishing a bi-directional stream using the `StreamingPull` method.
     
    • Constructor Detail

      • SubscriberImplBase

        public SubscriberImplBase()
    • Method Detail

      • bindService

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