Class RabbitMQConnector
- java.lang.Object
-
- org.smallmind.phalanx.wire.amqp.rabbitmq.RabbitMQConnector
-
public class RabbitMQConnector extends Object
-
-
Constructor Summary
Constructors Constructor Description RabbitMQConnector(com.rabbitmq.client.ConnectionFactory connectionFactory, com.rabbitmq.client.Address... addresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.rabbitmq.client.ConnectiongetConnection()
-
-
-
Method Detail
-
getConnection
public com.rabbitmq.client.Connection getConnection() throws IOException, TimeoutException- Throws:
IOExceptionTimeoutException
-
-