org.springframework.amqp.rabbit.connection
Interface ConnectionFactory
- All Known Implementing Classes:
- CachingConnectionFactory, SingleConnectionFactory
public interface ConnectionFactory
An interface based ConnectionFactory for creating Connection
s.
NOTE: The Rabbit API contains a ConnectionFactory class (same name).
- Author:
- Mark Fisher
createConnection
Connection createConnection()
throws IOException
- Throws:
IOException
getHost
String getHost()
getVirtualHost
String getVirtualHost()
Copyright © 2010. All Rights Reserved.