Spring AMQP

org.springframework.erlang.connection
Interface ConnectionProxy

All Superinterfaces:
Connection
All Known Implementing Classes:
DefaultConnection

public interface ConnectionProxy
extends Connection

Subinterface of Connection to be implemented by Connection proxies. Allows access to the underlying target Connection

Author:
Mark Pollack

Method Summary
 com.ericsson.otp.erlang.OtpConnection getTargetConnection()
           
 
Methods inherited from interface org.springframework.erlang.connection.Connection
close, receiveRPC, sendRPC
 

Method Detail

getTargetConnection

com.ericsson.otp.erlang.OtpConnection getTargetConnection()

Spring AMQP

Copyright © 2011. All Rights Reserved.