Ejemplo n.º 1
0
 public void basicAck(long deliveryTag, boolean multiple) throws IOException {
   delegate.basicAck(deliveryTag, multiple);
 }