Class LocalBeanRegistry

    • Constructor Detail

      • LocalBeanRegistry

        public LocalBeanRegistry()
    • Method Detail

      • swapKey

        public void swapKey​(String oldKey,
                            String newKey)
        Swaps the key which is used when this local registry have a number of bound beans that would clash with global registry or endpoint registry in Camel. Then there is a check that validates for clashes and then re-assign key names.
        Parameters:
        oldKey - the old key name
        newKey - the new key name