Uses of Interface
org.apache.camel.spi.RuntimeEndpointRegistry
-
Packages that use RuntimeEndpointRegistry Package Description org.apache.camel The core Camel API. -
-
Uses of RuntimeEndpointRegistry in org.apache.camel
Methods in org.apache.camel that return RuntimeEndpointRegistry Modifier and Type Method Description RuntimeEndpointRegistryCamelContext. getRuntimeEndpointRegistry()Gets theRuntimeEndpointRegistryto use, or null if none is in use.Methods in org.apache.camel with parameters of type RuntimeEndpointRegistry Modifier and Type Method Description voidCamelContext. setRuntimeEndpointRegistry(RuntimeEndpointRegistry runtimeEndpointRegistry)Sets a customRuntimeEndpointRegistryto use.
-