Class GreeterGrpc.GreeterImplBase

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

    public abstract static class GreeterGrpc.GreeterImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, GreeterGrpc.AsyncService
    Base class for the server implementation of the service Greeter.
     The greeting service definition.
     
    • Constructor Detail

      • GreeterImplBase

        public GreeterImplBase()
    • Method Detail

      • bindService

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