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 Constructor Description LoadBalancerImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerServiceDefinition
bindService()
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
-
-
-
-
Method Detail
-
bindService
public final ServerServiceDefinition bindService()
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-
-