Java org.springframework.amqp.rabbit.connection SingleConnectionFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp.rabbit.connection SingleConnectionFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.amqp.rabbit.connection SingleConnectionFactory.

The text is from its open source code.

Subclass

org.springframework.amqp.rabbit.connection.SingleConnectionFactory has subclasses.
Click this link to see all its subclasses.

Constructor

SingleConnectionFactory(int port)
Create a new SingleConnectionFactory given a host name.
SingleConnectionFactory(String hostname)
Create a new SingleConnectionFactory given a host name.
SingleConnectionFactory(URI uri)
Create a new SingleConnectionFactory given a URI .
SingleConnectionFactory(com.rabbitmq.client.ConnectionFactory rabbitConnectionFactory)
Create a new SingleConnectionFactory for the given target ConnectionFactory.
SingleConnectionFactory()
Create a new SingleConnectionFactory initializing the hostname to be the value returned from InetAddress.getLocalHost(), or "localhost" if getLocalHost() throws an exception.
SingleConnectionFactory(String hostname, int port)
Create a new SingleConnectionFactory given a host name.

Method