SliderClusterProtocolPBImpl protobufRelay = new SliderClusterProtocolPBImpl(this);
BlockingService blockingService = SliderClusterAPI.SliderClusterProtocolPB
.newReflectiveBlockingService(
protobufRelay);
rpcService = new WorkflowRpcService("SliderRPC", RpcBinder.createProtobufServer(
new InetSocketAddress("0.0.0.0", 0),
getConfig(),
secretManager,
NUM_RPC_HANDLERS,
blockingService,