3637383940414243
@Override public void send(T thing) { count++ ; if ( count > limit ) throw new RiotException("Limit "+limit+" exceeded") ; super.send(thing) ; }