public abstract static class AuthenticationServiceGrpc.AuthenticationServiceImplBase extends Object implements BindableService
| Constructor and Description |
|---|
AuthenticationServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
ServerServiceDefinition |
bindService() |
void |
login(AuthenticationServiceOuterClass.Login_Parameters request,
StreamObserver<AuthenticationServiceOuterClass.Login_Responses> responseObserver) |
void |
logout(AuthenticationServiceOuterClass.Logout_Parameters request,
StreamObserver<AuthenticationServiceOuterClass.Logout_Responses> responseObserver) |
public void login(AuthenticationServiceOuterClass.Login_Parameters request, StreamObserver<AuthenticationServiceOuterClass.Login_Responses> responseObserver)
public void logout(AuthenticationServiceOuterClass.Logout_Parameters request, StreamObserver<AuthenticationServiceOuterClass.Logout_Responses> responseObserver)
public final ServerServiceDefinition bindService()
bindService in interface BindableServiceCopyright © 2022 SiLA Java Developers. All rights reserved.