Uses of Interface
org.apache.camel.spi.RestRegistry
Packages that use RestRegistry
Package
Description
The core Camel API.
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 RestRegistryMethods in org.apache.camel with parameters of type RestRegistryModifier and TypeMethodDescriptionvoidCamelContext.setRestRegistry(RestRegistry restRegistry) Sets a customRestRegistryto use. -
Uses of RestRegistry in org.apache.camel.spi
Methods in org.apache.camel.spi that return RestRegistryModifier and TypeMethodDescriptionRestRegistryFactory.createRegistry()Create a newRestRegistry.