Hi folks, I'm trying to monitor changes to the pipeline, and wondering if there is any way to be notified when a handler is removed from a pipeline?
By that I mean, independently of the specific handler's handlerRemoved(ctx) method call. I'd like to be able to tell when a particular handler is removed, without having to extend it and override that method on every single handler. >From what I can see, the only way to do it at the moment is by using Aspect-Oriented programming, and decorating each handler that is added (a slight difference from manually extending each handler). Am I missing something? Thanks! Rogan -- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/0c580f34-35bf-4d69-ad80-f0ad0d7e1605%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
