Uses of Interface
org.frankframework.functional.ThrowingFunction
Packages that use ThrowingFunction
Package
Description
-
Uses of ThrowingFunction in org.frankframework.core
Methods in org.frankframework.core with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionjavax.wsdl.Definition
SharedWsdlDefinitions.getOrCompute
(String name, ThrowingFunction<String, javax.wsdl.Definition, ConfigurationException> creator) -
Uses of ThrowingFunction in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionprotected boolean
FileSystemMessageBrowser.contains
(String value, ThrowingFunction<IMessageBrowsingIteratorItem, String, ListenerException> field) -
Uses of ThrowingFunction in org.frankframework.processors
Methods in org.frankframework.processors with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionprotected abstract PipeRunResult
AbstractPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
CheckMessageSizePipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
ExceptionHandlingPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
InputOutputPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) Processes the pipe in the pipeline.protected PipeRunResult
LimitingParallelExecutionPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
LockerPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
MonitoringPipeProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
TrackPreviousPipeInMetadataProcessor.processPipe
(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResult
TransactionAttributePipeProcessor.processPipe
(PipeLine pipeline, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain)