All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tvd12.ezymq.rabbitmq.handler.EzyRabbitResponseConsumer Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.rabbitmq.handler;

import com.rabbitmq.client.AMQP;

public interface EzyRabbitResponseConsumer {

    void consume(AMQP.BasicProperties properties, byte[] responseBody);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy