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

org.zbus.client.ClientBuilder Maven / Gradle / Ivy

The newest version!
package org.zbus.client;

import org.zbus.remoting.RemotingClient;

public interface ClientBuilder{
	RemotingClient createClientForMQ(String mq);
	RemotingClient createClientForBroker(String broker); 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy