Package io.grpc.lb.v1
Class LoadBalancerGrpc.LoadBalancerImplBase
java.lang.Object
io.grpc.lb.v1.LoadBalancerGrpc.LoadBalancerImplBase
- All Implemented Interfaces:
BindableService
,LoadBalancerGrpc.AsyncService
- Enclosing class:
LoadBalancerGrpc
public abstract static class LoadBalancerGrpc.LoadBalancerImplBase
extends Object
implements BindableService, LoadBalancerGrpc.AsyncService
Base class for the server implementation of the service LoadBalancer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ServerServiceDefinition
CreatesServerServiceDefinition
object for current instance of service implementation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.grpc.lb.v1.LoadBalancerGrpc.AsyncService
balanceLoad
-
Constructor Details
-
LoadBalancerImplBase
public LoadBalancerImplBase()
-
-
Method Details
-
bindService
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-