Package viam.app.v1
Class BillingServiceGrpc.BillingServiceImplBase
java.lang.Object
viam.app.v1.BillingServiceGrpc.BillingServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,BillingServiceGrpc.AsyncService
- Enclosing class:
- BillingServiceGrpc
public abstract static class BillingServiceGrpc.BillingServiceImplBase
extends Object
implements io.grpc.BindableService, BillingServiceGrpc.AsyncService
Base class for the server implementation of the service BillingService.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface viam.app.v1.BillingServiceGrpc.AsyncService
getCurrentMonthUsage, getInvoicePdf, getInvoicesSummary, getOrgBillingInformation, sendPaymentRequiredEmail
-
Constructor Details
-
BillingServiceImplBase
public BillingServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-