Uses of Class
org.apache.karaf.config.core.MetaServiceCaller.MetaInfo
-
Packages that use MetaServiceCaller.MetaInfo Package Description org.apache.karaf.config.core -
-
Uses of MetaServiceCaller.MetaInfo in org.apache.karaf.config.core
Method parameters in org.apache.karaf.config.core with type arguments of type MetaServiceCaller.MetaInfo Modifier and Type Method Description static <T> TMetaServiceCaller. doWithMetaType(org.osgi.framework.BundleContext context, String pid, Function<Optional<MetaServiceCaller.MetaInfo>,T> function)Attempts to find MetaType information for the specified PID and invokes the supplied callback with the result of the search
-