public class CheckSemaphorePipeProcessor extends PipeProcessorBase
log
Constructor and Description |
---|
CheckSemaphorePipeProcessor() |
Modifier and Type | Method and Description |
---|---|
PipeRunResult |
processPipe(PipeLine pipeLine,
IPipe pipe,
Message message,
PipeLineSession pipeLineSession) |
protected PipeRunResult |
processPipe(PipeLine pipeLine,
IPipe pipe,
Message message,
PipeLineSession pipeLineSession,
ThrowingFunction<Message,PipeRunResult,PipeRunException> chain) |
PipeRunResult |
validate(PipeLine pipeLine,
IValidator validator,
Message message,
PipeLineSession pipeLineSession,
String messageRoot) |
setPipeProcessor
protected PipeRunResult processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message,PipeRunResult,PipeRunException> chain) throws PipeRunException
processPipe
in class PipeProcessorBase
PipeRunException
public PipeRunResult processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) throws PipeRunException
processPipe
in interface PipeProcessor
processPipe
in class PipeProcessorBase
PipeRunException
public PipeRunResult validate(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) throws PipeRunException
validate
in interface PipeProcessor
validate
in class PipeProcessorBase
PipeRunException
Copyright © 2023 Frank!Framework. All rights reserved.