Package viam.app.v1
Class EndUserServiceGrpc.EndUserServiceImplBase
java.lang.Object
viam.app.v1.EndUserServiceGrpc.EndUserServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,EndUserServiceGrpc.AsyncService
- Enclosing class:
- EndUserServiceGrpc
public abstract static class EndUserServiceGrpc.EndUserServiceImplBase
extends Object
implements io.grpc.BindableService, EndUserServiceGrpc.AsyncService
Base class for the server implementation of the service EndUserService.
-
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.EndUserServiceGrpc.AsyncService
acceptLegal, getAuthApplication, isLegalAccepted, registerAuthApplication, updateAuthApplication
-
Constructor Details
-
EndUserServiceImplBase
public EndUserServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-