Uses of Class
org.apache.unomi.router.api.RouterConstants.CONFIG_CAMEL_REFRESH
-
Packages that use RouterConstants.CONFIG_CAMEL_REFRESH Package Description org.apache.unomi.router.api org.apache.unomi.router.api.services org.apache.unomi.router.services -
-
Uses of RouterConstants.CONFIG_CAMEL_REFRESH in org.apache.unomi.router.api
Methods in org.apache.unomi.router.api that return RouterConstants.CONFIG_CAMEL_REFRESH Modifier and Type Method Description static RouterConstants.CONFIG_CAMEL_REFRESH
RouterConstants.CONFIG_CAMEL_REFRESH. valueOf(String name)
Returns the enum constant of this type with the specified name.static RouterConstants.CONFIG_CAMEL_REFRESH[]
RouterConstants.CONFIG_CAMEL_REFRESH. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RouterConstants.CONFIG_CAMEL_REFRESH in org.apache.unomi.router.api.services
Methods in org.apache.unomi.router.api.services that return types with arguments of type RouterConstants.CONFIG_CAMEL_REFRESH Modifier and Type Method Description Map<String,RouterConstants.CONFIG_CAMEL_REFRESH>
ImportExportConfigurationService. consumeConfigsToBeRefresh()
Used by camel route system to get the latest changes on configs and reflect changes on camel routes if necessary -
Uses of RouterConstants.CONFIG_CAMEL_REFRESH in org.apache.unomi.router.services
Methods in org.apache.unomi.router.services that return types with arguments of type RouterConstants.CONFIG_CAMEL_REFRESH Modifier and Type Method Description Map<String,RouterConstants.CONFIG_CAMEL_REFRESH>
ExportConfigurationServiceImpl. consumeConfigsToBeRefresh()
Map<String,RouterConstants.CONFIG_CAMEL_REFRESH>
ImportConfigurationServiceImpl. consumeConfigsToBeRefresh()
-