From e5bd85e9aac98fe8e9ccb75672042d5faab500a1 Mon Sep 17 00:00:00 2001 From: Redkale <8730487+redkale@users.noreply.github.com> Date: Wed, 27 May 2020 11:23:07 +0800 Subject: [PATCH] --- src/META-INF/application-template.xml | 22 ++++++++++++++++++++++ src/org/redkale/boot/MessageAgent.java | 18 ++++++++++++++++++ src/org/redkale/boot/NodeServer.java | 9 ++++++++- 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 src/org/redkale/boot/MessageAgent.java diff --git a/src/META-INF/application-template.xml b/src/META-INF/application-template.xml index aa1d849ab..592be1842 100644 --- a/src/META-INF/application-template.xml +++ b/src/META-INF/application-template.xml @@ -50,10 +50,32 @@ value: 类名,必须是org.redkale.boot.ClusterAgent的子类 protocols: 服务发现可以处理的协议, 默认值为: SNCP, 多个协议用分号;隔开 ports: 服务发现可以处理的端口, 多个端口用分号;隔开 + --> + + +