Uses of Interface
org.apache.camel.spi.Registry
Packages that use Registry
-
Uses of Registry in org.apache.camel
Methods in org.apache.camel that return RegistryModifier and TypeMethodDescriptionCamelContext.getRegistry()Returns the registry used to lookup components by name and type such as SimpleRegistry, Spring ApplicationContext, JNDI, or the OSGi Service Registry.default RegistryExtendedCamelContext.getRegistry()Methods in org.apache.camel with parameters of type RegistryModifier and TypeMethodDescriptionvoidExtendedCamelContext.setRegistry(Registry registry) Sets the registry Camel should use for looking up beans by name or type.