Files
codeql/java/ql/test/stubs/rabbitmq-4.12.0/com/rabbitmq/client/Consumer.java
2022-04-26 13:34:24 +01:00

9 lines
231 B
Java
Generated

package com.rabbitmq.client;
import java.io.IOException;;
public interface Consumer {
void handleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)
throws IOException;
}