Uses of Interface
org.frankframework.functional.ThrowingSupplier
Packages that use ThrowingSupplier
Package
Description
-
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.jta
Methods in org.frankframework.jta with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic <T,
R, E extends Exception>
TTransactionConnectorCoordinator.doInUnsuspendedTransationContext
(ThrowingSupplier<T, E> action) Execute an action with the thread prepared for enlisting transactional resources. -
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.