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
Constructors -
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
createInvoiceAndChargeImmediately, getAvailableBillingTiers, getCurrentMonthUsage, getInvoicePdf, getInvoicesSummary, getOrgBillingInformation, sendPaymentRequiredEmail, updateOrganizationBillingTier
-
Constructor Details
-
BillingServiceImplBase
public BillingServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-