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

com.github.yu_jay.rabbitmqClient.it.BindRelation Maven / Gradle / Ivy

The newest version!
package com.github.yu_jay.rabbitmqClient.it;

import java.util.List;

public class BindRelation {
	public ExchangeInfo bindToExchange;
	public List queueHandlers;

	public BindRelation(ExchangeInfo bindToExchange,
			List queueHandlers) {
		this.bindToExchange = bindToExchange;
		this.queueHandlers = queueHandlers;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy