Interface RoutingConnectionFactory

    • Method Detail

      • getTargetConnectionFactory

        @Nullable
        ConnectionFactory getTargetConnectionFactory​(java.lang.Object key)
        Returns the ConnectionFactory bound to given lookup key, or null if one does not exist.
        Parameters:
        key - The lookup key to which the ConnectionFactory is bound
        Returns:
        the ConnectionFactory bound to the given lookup key, or null if one does not exist