ConnectionFactoryLookup
instead.@FunctionalInterface @Deprecated public interface ConnectionFactoryLookup
ConnectionFactory
by name.Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
getConnectionFactory(String connectionFactoryName)
Deprecated.
Retrieve the
ConnectionFactory identified by the given name. |
ConnectionFactory getConnectionFactory(String connectionFactoryName) throws ConnectionFactoryLookupFailureException
ConnectionFactory
identified by the given name.connectionFactoryName
- the name of the ConnectionFactory
.ConnectionFactory
(never null).ConnectionFactoryLookupFailureException
- if the lookup failed.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.