@Generated(value="by gRPC proto compiler (version 1.48.1)", comments="Source: AuthenticationService.proto") public final class AuthenticationServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationServiceGrpc.AuthenticationServiceBlockingStub |
static class |
AuthenticationServiceGrpc.AuthenticationServiceFutureStub |
static class |
AuthenticationServiceGrpc.AuthenticationServiceImplBase |
static class |
AuthenticationServiceGrpc.AuthenticationServiceStub |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor<AuthenticationServiceOuterClass.Login_Parameters,AuthenticationServiceOuterClass.Login_Responses> |
getLoginMethod() |
static MethodDescriptor<AuthenticationServiceOuterClass.Logout_Parameters,AuthenticationServiceOuterClass.Logout_Responses> |
getLogoutMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static AuthenticationServiceGrpc.AuthenticationServiceBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AuthenticationServiceGrpc.AuthenticationServiceFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AuthenticationServiceGrpc.AuthenticationServiceStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<AuthenticationServiceOuterClass.Login_Parameters,AuthenticationServiceOuterClass.Login_Responses> getLoginMethod()
public static MethodDescriptor<AuthenticationServiceOuterClass.Logout_Parameters,AuthenticationServiceOuterClass.Logout_Responses> getLogoutMethod()
public static AuthenticationServiceGrpc.AuthenticationServiceStub newStub(Channel channel)
public static AuthenticationServiceGrpc.AuthenticationServiceBlockingStub newBlockingStub(Channel channel)
public static AuthenticationServiceGrpc.AuthenticationServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 SiLA Java Developers. All rights reserved.