Class InvoiceServiceGrpc.InvoiceServiceImplBase

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

    public abstract static class InvoiceServiceGrpc.InvoiceServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, InvoiceServiceGrpc.AsyncService
    Base class for the server implementation of the service InvoiceService.
     A service to fetch invoices issued for a billing setup during a given month.
     
    • Constructor Detail

      • InvoiceServiceImplBase

        public InvoiceServiceImplBase()
    • Method Detail

      • bindService

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