Class LocalBeanRegistry

All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, Cloneable, Map<String,Map<Class<?>,Object>>, org.apache.camel.spi.BeanRepository, org.apache.camel.spi.Registry

public final class LocalBeanRegistry extends SupplierRegistry
A special registry which is used for local beans. This Registry is only intended to be used by camel-core.
See Also:
  • Constructor Details

    • LocalBeanRegistry

      public LocalBeanRegistry()
  • Method Details