mirror of
https://gitee.com/BDWare/router-backend
synced 2025-01-26 09:44:04 +00:00
refactor: move pbft classes
This commit is contained in:
parent
b0e87f8f0a
commit
3bcd652421
@ -1,4 +1,4 @@
|
|||||||
FROM openjdk:8
|
FROM openjdk:8
|
||||||
|
|
||||||
ARG GOPRIVATE=bdware.org/*
|
ARG GOPRIVATE=bdware.org/*
|
||||||
ARG GOPROXY=https://goproxy.cn
|
ARG GOPROXY=https://goproxy.cn
|
||||||
|
@ -36,7 +36,6 @@ public class NodeCenterWSFrameHandler extends SimpleChannelInboundHandler<WebSoc
|
|||||||
logActions = new LogActions(managerAction);
|
logActions = new LogActions(managerAction);
|
||||||
unitActions = new UnitActions(managerAction);
|
unitActions = new UnitActions(managerAction);
|
||||||
fileActions = new FileActions(this);
|
fileActions = new FileActions(this);
|
||||||
|
|
||||||
ae =
|
ae =
|
||||||
new ActionExecutor<ResultCallback, JsonObject>(
|
new ActionExecutor<ResultCallback, JsonObject>(
|
||||||
executorService, managerAction, logActions, unitActions, fileActions, new MetaIndexAction(), new TracingAction()) {
|
executorService, managerAction, logActions, unitActions, fileActions, new MetaIndexAction(), new TracingAction()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user