Java中的管道模式实现 [英] Pipeline pattern implementation in java

查看:1220
本文介绍了Java中的管道模式实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请阅读此处中的流水线模式

如何在java中实现流水线模式?

how to implement pipeline pattern in java?

是否有任何使用流水线模式的开源Java项目? p>

is there any open source java project that uses pipeline pattern?

推荐答案

不知道如果你正在寻找一个特定的任务处理组件,或者只是流水线软件。但是, JBoss Netty 实现了用于附加和分离IO处理器的流水线模式。它真的用于基于NIO的网络堆栈(尽管它具有本地组件)。也许这将是有用的。

Not sure if you are looking for a specific task processing component or just pipelining software in general. However, JBoss Netty implements a pipeline pattern for attaching and detaching IO processors. It's really intended for NIO based networking stacks (although it does have a local component). Perhaps this will be helpful.

这篇关于Java中的管道模式实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆