This commit is contained in:
crusader
2018-04-25 18:44:53 +09:00
parent 6241a6502d
commit 5e16f9b686
3 changed files with 7 additions and 31 deletions

View File

@@ -34,7 +34,6 @@ import com.loafle.overflow.service.central.infra.InfraOSService;
import com.loafle.overflow.service.central.noauthprobe.NoAuthProbeService;
import com.loafle.overflow.service.central.probe.ProbeHostService;
import com.loafle.overflow.service.central.probe.ProbeService;
import com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;

View File

@@ -1,8 +1,8 @@
package com.loafle.overflow.central.proxy;
import com.loafle.overflow.api.OverflowApiServerGrpc;
import com.loafle.overflow.api.ServerInput;
import com.loafle.overflow.api.ServerOutput;
import com.loafle.overflow.central.api.CentralAPIGrpc;
import com.loafle.overflow.central.api.ServerInput;
import com.loafle.overflow.central.api.ServerOutput;
import com.loafle.overflow.core.exception.OverflowException;
import io.grpc.*;
@@ -56,7 +56,7 @@ public class ServiceProxy {
}
}
static class ServiceImpl extends OverflowApiServerGrpc.OverflowApiServerImplBase {
static class ServiceImpl extends CentralAPIGrpc.CentralAPIImplBase {
private ServiceInvoker serviceInvoker;