public interface ConnectionProxy extends Connection
Connection
to be implemented by
Connection proxies. Allows access to the underlying target ConnectionCachingConnectionFactory
Modifier and Type | Method and Description |
---|---|
Connection |
getTargetConnection()
Return the target Channel of this proxy.
|
addBlockedListener, close, createChannel, getDelegate, getLocalPort, isOpen, removeBlockedListener
Connection getTargetConnection()
This will typically be the native provider Connection
null
)