Uses of Interface
com.predic8.membrane.core.util.functionalInterfaces.ExceptionThrowingConsumer
Packages that use ExceptionThrowingConsumer
Package
Description
-
Uses of ExceptionThrowingConsumer in com.predic8.membrane.core.cloud.etcd
Methods in com.predic8.membrane.core.cloud.etcd with parameters of type ExceptionThrowingConsumerModifier and TypeMethodDescriptionvoidEtcdResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) -
Uses of ExceptionThrowingConsumer in com.predic8.membrane.core.exchange.snapshots
Methods in com.predic8.membrane.core.exchange.snapshots with parameters of type ExceptionThrowingConsumerModifier and TypeMethodDescriptionstatic voidDynamicAbstractExchangeSnapshot.addObservers(AbstractExchange exc, AbstractExchangeSnapshot excCopy, ExceptionThrowingConsumer<AbstractExchangeSnapshot> callback, Interceptor.Flow flow) static voidDynamicAbstractExchangeSnapshot.update(ExceptionThrowingConsumer<AbstractExchangeSnapshot> callback, AbstractExchangeSnapshot excCopy, AbstractExchange exc, Interceptor.Flow flow) Constructors in com.predic8.membrane.core.exchange.snapshots with parameters of type ExceptionThrowingConsumerModifierConstructorDescriptionAbstractExchangeSnapshot(AbstractExchange exc, Interceptor.Flow flow, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) DynamicAbstractExchangeSnapshot(AbstractExchange exc, Interceptor.Flow flow, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) MessageSnapshot(Message msg, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) RequestSnapshot(Request request, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) ResponseSnapshot(Response response, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) -
Uses of ExceptionThrowingConsumer in com.predic8.membrane.core.kubernetes
Methods in com.predic8.membrane.core.kubernetes with parameters of type ExceptionThrowingConsumerModifier and TypeMethodDescriptionvoidKubernetesSchemaResolver.observeChange(String url, ExceptionThrowingConsumer<InputStream> consumer) -
Uses of ExceptionThrowingConsumer in com.predic8.membrane.core.kubernetes.client
Methods in com.predic8.membrane.core.kubernetes.client that return ExceptionThrowingConsumer -
Uses of ExceptionThrowingConsumer in com.predic8.membrane.core.resolver
Methods in com.predic8.membrane.core.resolver with parameters of type ExceptionThrowingConsumerModifier 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)