Uses of Interface
org.apache.camel.spi.Resource
-
Packages that use Resource 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 Resource in org.apache.camel
Methods in org.apache.camel that return Resource Modifier and Type Method Description ResourceRoute. getSourceResource()Gets the source resource that this route is located from -
Uses of Resource in org.apache.camel.spi
Methods in org.apache.camel.spi that return Resource Modifier and Type Method Description ResourceResourceResolver. resolve(String location)Resolve aResourcefrom a give uri.ResourceResourceLoader. resolveResource(String uri)LoadsResourcefrom uri.Methods in org.apache.camel.spi that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>PackageScanResourceResolver. findResources(String location)Finds the resources from the given location.Methods in org.apache.camel.spi with parameters of type Resource Modifier and Type Method Description RouteRouteFactory. createRoute(CamelContext camelContext, NamedNode routeDefinition, String routeId, String routeDescription, Endpoint endpoint, Resource resource)Creates the route which should be configured afterwards with more configurations.default Collection<RoutesBuilder>RoutesLoader. findRoutesBuilders(Resource... resources)FindRoutesBuilderfrom the give list ofResource.default voidRoutesLoader. loadRoutes(Resource... resources)RoutesBuilderRoutesBuilderLoader. loadRoutesBuilder(Resource resource)LoadsRoutesBuilderfromResource.voidRouteTemplateLoaderListener. loadRouteTemplate(Resource resource)About to load route template (kamelet) from the given resource.voidResourceReload. onReload(String name, Resource resource)Callback when the resource is re-loaded.default Set<String>RoutesLoader. updateRoutes(Resource... resources)Loads or updates existingRoutesBuilderfrom the give list ofResourceinto the currentCamelContext.Method parameters in org.apache.camel.spi with type arguments of type Resource Modifier and Type Method Description Collection<RoutesBuilder>RoutesLoader. findRoutesBuilders(Collection<Resource> resources)FindRoutesBuilderfrom the give list ofResource.default voidRoutesLoader. loadRoutes(Collection<Resource> resources)default Set<String>RoutesLoader. updateRoutes(Collection<Resource> resources)Loads or updates existingRoutesBuilderfrom the give list ofResourceinto the currentCamelContext.
-