public interface IPipeLineExitHandler extends INamedObject
Modifier and Type | Method and Description |
---|---|
void |
atEndOfPipeLine(String correlationId,
PipeLineResult pipeLineResult,
PipeLineSession session)
Called to allow registered handler to perform cleanup or commit/rollback.
|
getName, setName
void atEndOfPipeLine(String correlationId, PipeLineResult pipeLineResult, PipeLineSession session) throws PipeRunException
correlationId
- correlationId of current sessionpipeLineResult
- the result of the PipeLinesession
- the PipeLineSessionPipeRunException
Copyright © 2023 Frank!Framework. All rights reserved.