|
@@ -1,6 +1,8 @@
|
|
|
+# 容器端口号
|
|
|
container.port = 8888
|
|
|
-container.context.handler.class.name[0]=cn.nosum.gateway.handler.PreProcessHandler
|
|
|
-container.context.handler.class.name[1]=cn.nosum.gateway.handler.FinalProcessHandler
|
|
|
+# 示例配置,即使不配置也是默认使用这些
|
|
|
cn.nosum.common.extension.ExtensionFactory = adaptive
|
|
|
cn.nosum.gateway.container.GateWayContainer = netty
|
|
|
cn.nosum.gateway.handler.build.HandlerBuilder = context
|
|
|
+cn.nosum.gateway.slot.build.SlotChainBuilder = context
|
|
|
+cn.nosum.gateway.slot.LinkProcessorSlotChain = link
|