public static class RpcServerService.Factory extends Object
RpcServerService
.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static RpcServerService |
create(InetSocketAddress bindAddress,
MasterProcess masterProcess,
MasterRegistry masterRegistry)
Creates a simple service wrapper around a grpc server to manager the grpc server for the
master process.
|
public static RpcServerService create(InetSocketAddress bindAddress, MasterProcess masterProcess, MasterRegistry masterRegistry)
masterProcess
- the master process that drives the rpc servermasterRegistry
- where the grpc services will be drawn frombindAddress
- the address where the rpc server will bindCopyright © 2023. All Rights Reserved.