proceedWith

abstract suspend fun proceedWith(subject: TSubject): TSubject(source)

Continues execution of the pipeline with the given subject

Report a problem