Uses of Interface
org.frankframework.functional.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in org.frankframework.jdbc.migration
Methods in org.frankframework.jdbc.migration with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionprotected List
<liquibase.resource.Resource> LiquibaseResourceAccessor.asResourceList
(String path, URI uri, ThrowingSupplier<InputStream, IOException> inputStreamSupplier) -
Uses of ThrowingSupplier in org.frankframework.stream
Constructors in org.frankframework.stream with parameters of type ThrowingSupplierModifierConstructorDescriptionprotected
Message
(ThrowingSupplier<InputStream, Exception> request, MessageContext context, Class<?> requestClass) Constructor for Message using InputStream supplier.