Package dev.crashteam.crm
Class CrmServiceGrpc.CrmServiceImplBase
java.lang.Object
dev.crashteam.crm.CrmServiceGrpc.CrmServiceImplBase
- All Implemented Interfaces:
CrmServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- CrmServiceGrpc
public abstract static class CrmServiceGrpc.CrmServiceImplBase
extends Object
implements io.grpc.BindableService, CrmServiceGrpc.AsyncService
Base class for the server implementation of the service CrmService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.crashteam.crm.CrmServiceGrpc.AsyncService
checkUserAuthCode, createLead, getUserContactInfo, sendUserAuthCode, sendUserMessage, updateUserContactInfo
-
Constructor Details
-
CrmServiceImplBase
public CrmServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-