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.DefinitionSharedWsdlDefinitions.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 booleanFileSystemMessageBrowser.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 PipeRunResultAbstractPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultCheckMessageSizePipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultExceptionHandlingPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultInputOutputPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message inputMessage, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) Processes the pipe in the pipeline.protected PipeRunResultLimitingParallelExecutionPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLockerPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLogPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultMonitoringPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultTrackPreviousPipeInMetadataProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultTransactionAttributePipeProcessor.processPipe(PipeLine pipeline, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain)