Class ServiceGrpc.ServiceImplBase

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

    public abstract static class ServiceGrpc.ServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, ServiceGrpc.AsyncService
    Base class for the server implementation of the service Service.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceImplBase()  
    • 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
    • Constructor Detail

      • ServiceImplBase

        public ServiceImplBase()
    • Method Detail

      • bindService

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