@FunctionalInterface public interface RoutingConnectionFactory
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
getTargetConnectionFactory(Object key)
Returns the
ConnectionFactory bound to given lookup key, or null if one does not exist. |
@Nullable ConnectionFactory getTargetConnectionFactory(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