org.springframework.erlang.connection
Interface ConnectionFactory
- All Known Implementing Classes:
- SimpleConnectionFactory, SingleConnectionFactory
public interface ConnectionFactory
An interface based ConnectionFactory for creating OtpConnection
s.
NOTE: The Rabbit API contains a ConnectionFactory class (same name).
- Author:
- Mark Pollack
createConnection
Connection createConnection()
throws UnknownHostException,
com.ericsson.otp.erlang.OtpAuthException,
IOException
- Throws:
UnknownHostException
com.ericsson.otp.erlang.OtpAuthException
IOException
Copyright © 2011. All Rights Reserved.