mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
16 lines
336 B
Java
Generated
16 lines
336 B
Java
Generated
package com.rabbitmq.client;
|
|
|
|
import java.io.IOException;
|
|
|
|
public class DefaultConsumer implements Consumer {
|
|
|
|
public DefaultConsumer(Channel channel) {
|
|
|
|
}
|
|
|
|
@Override
|
|
public void handleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)
|
|
throws IOException {
|
|
}
|
|
}
|