AttachmentStage
Pipeline stage responsible for attaching a pipeline to the document context.
This stage takes no specific input (Unit) and produces a Boolean output indicating whether the attachment processing was successfully created if it was missing.
In case the context is a scope context (e.g. for subdocuments), the pipeline will likely already be attached from the parent context. In this case, the output will be false, and hooks won't be invoked.
Properties
Functions
Executes this pipeline stage with the given input and shared data.
Utility function to execute a pipeline stage that takes Unit as input.
Invokes the hook function for this stage, if one is defined.
Chains two pipeline stages together to form a new pipeline stage.
Conditionally chains this pipeline stage with next if it is not null.