Uses of Interface
org.apache.camel.spi.RestRegistry
-
Packages that use RestRegistry Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of RestRegistry in org.apache.camel
Methods in org.apache.camel that return RestRegistry Modifier and Type Method Description RestRegistryCamelContext. getRestRegistry()Gets theRestRegistryto useMethods in org.apache.camel with parameters of type RestRegistry Modifier and Type Method Description voidCamelContext. setRestRegistry(RestRegistry restRegistry)Sets a customRestRegistryto use. -
Uses of RestRegistry in org.apache.camel.spi
Methods in org.apache.camel.spi that return RestRegistry Modifier and Type Method Description RestRegistryRestRegistryFactory. createRegistry()Create a newRestRegistry.
-