Uses of Class
com.predic8.membrane.core.resolver.ResourceRetrievalException
Packages that use ResourceRetrievalException
Package
Description
-
Uses of ResourceRetrievalException in com.predic8.membrane.core.cloud.etcd
Methods in com.predic8.membrane.core.cloud.etcd that throw ResourceRetrievalExceptionModifier and TypeMethodDescriptionvoidEtcdResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) -
Uses of ResourceRetrievalException in com.predic8.membrane.core.interceptor.swagger
Methods in com.predic8.membrane.core.interceptor.swagger that throw ResourceRetrievalException -
Uses of ResourceRetrievalException in com.predic8.membrane.core.kubernetes
Methods in com.predic8.membrane.core.kubernetes that throw ResourceRetrievalExceptionModifier and TypeMethodDescriptionvoidKubernetesSchemaResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) -
Uses of ResourceRetrievalException in com.predic8.membrane.core.resolver
Methods in com.predic8.membrane.core.resolver that throw ResourceRetrievalExceptionModifier and TypeMethodDescriptionvoidClasspathSchemaResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) voidFileSchemaResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) voidHTTPSchemaResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) voidResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) Calls the consumer when the InputStream for the requested URL changes.voidResolverMap.observeChange(String uri, ExceptionThrowingConsumer<InputStream> consumer) voidRuleResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) Returns the InputStream for the requested URL.