BlockingSubstitutionEngine
class BlockingSubstitutionEngine<DataT>(dataFlowComponents: DataFlowComponents<DataT>) : SubstitutionEngine<DataT>
Implements the logic of substitution for StreamSubstitutionType.BLOCKING
Functions
Link copied to clipboard
Substitutes the data provided by dataFactory instead of a shared resource (which is done by substitutor), executes body in this context and calls finalizer afterwards. Note that finalizer is called even in the case of exceptional completion of body.