登录 注册
当前位置:主页 > 资源下载 > 47 > Netty与Spring Boot的集成可以通过Netty Spring Boot Starter实现

Netty与Spring Boot的集成可以通过Netty Spring Boot Starter实现

  • 更新:2024-10-04 23:18:50
  • 大小:59.47MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

netty-spring-boot-starter 基于Netty的Spring Boot Starter工程。 介绍 支持TCP长连接消息转发到Spring容器 支持自定义消息枚举类( CommandController , CommandMapping ) 支持自定义通信协议解析( ProtocolProcessor ) 支持不同系统事件通知机制( EventHandler ) 用例 使用SpringMVC中RestController的CommandController和GetMapping的CommandMapping进行消息定义,系统会自动将其注册进系统里 @CommandController public class SimpleCommand { @Autowired private SimpleService simpleService; @Comm