Spring AMQP

org.springframework.erlang.connection
Interface ConnectionFactory

All Known Implementing Classes:
SimpleConnectionFactory

public interface ConnectionFactory

An interface based ConnectionFactory for creating OtpConnections.

NOTE: The Rabbit API contains a ConnectionFactory class (same name).

Author:
Mark Pollack

Method Summary
 com.ericsson.otp.erlang.OtpConnection createConnection()
           
 

Method Detail

createConnection

com.ericsson.otp.erlang.OtpConnection createConnection()
                                                       throws UnknownHostException,
                                                              com.ericsson.otp.erlang.OtpAuthException,
                                                              IOException
Throws:
UnknownHostException
com.ericsson.otp.erlang.OtpAuthException
IOException

Spring AMQP

Copyright © 2010. All Rights Reserved.