Class TestServiceGrpc.TestServiceImplBase

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

    public abstract static class TestServiceGrpc.TestServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, TestServiceGrpc.AsyncService
    Base class for the server implementation of the service TestService.
     A simple service to test the various types of RPCs and experiment with
     performance with various types of payload.
     
    • Constructor Detail

      • TestServiceImplBase

        public TestServiceImplBase()
    • Method Detail

      • bindService

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