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

com.rabbitmq.client.impl.FrameHandlerFactory Maven / Gradle / Ivy

package com.rabbitmq.client.impl;

import com.rabbitmq.client.Address;

import java.io.IOException;

/**
 *
 */
public interface FrameHandlerFactory {

    FrameHandler create(Address addr, String connectionName) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy