Netty: Custom Pipeline Factory
As promised in prior articles, I will demonstrate how to create a custom pipeline factory in Netty that provides some custom features including: Auto-discovery of annotated handlers (including pluggable annotation provider) Auto-provisioning of stateful and stateless handlers Auto-pooling of stateful handlers (including pluggable pooling provider)
