@FunctionalInterface
public interface RoutingConnectionFactory
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
getTargetConnectionFactory(java.lang.Object key)
Returns the
ConnectionFactory bound to given lookup key, or null if one does not exist. |
ConnectionFactory getTargetConnectionFactory(java.lang.Object key)
ConnectionFactory
bound to given lookup key, or null if one does not exist.key
- The lookup key to which the ConnectionFactory
is boundConnectionFactory
bound to the given lookup key, or null if one does not exist