I think
| public void intercept(Packet packet, Handler handler, final Sender sender)
| {
| handler.handle(packet, new Sender() {
| public void send(Packet packet)
| {
| sentPacket = packet;
| sender.sent(packet);
| }
| };
| }
|
Is way too complex.
I think we should keep it simple like the standard old interceptors.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124478#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...