Interface ConnectionFactory
- All Superinterfaces:
org.springframework.context.Lifecycle,org.springframework.integration.support.management.ManageableLifecycle
- All Known Implementing Classes:
AbstractClientConnectionFactory,AbstractConnectionFactory,AbstractServerConnectionFactory,CachingClientConnectionFactory,FailoverClientConnectionFactory,TcpNetClientConnectionFactory,TcpNetServerConnectionFactory,TcpNioClientConnectionFactory,TcpNioServerConnectionFactory,ThreadAffinityClientConnectionFactory
public interface ConnectionFactory
extends org.springframework.integration.support.management.ManageableLifecycle
A factory used to create TcpConnection objects.
- Since:
- 2.0
-
Method Summary
Modifier and Type Method Description TcpConnectiongetConnection()
-
Method Details
-
getConnection
- Throws:
java.lang.InterruptedException
-