corda / net.corda.core.flows / FlowLogicRefFactory / toFlowLogic

toFlowLogic

abstract fun toFlowLogic(ref: FlowLogicRef): FlowLogic<*>

Converts a FlowLogicRef object that was obtained from the calls above into a FlowLogic, after doing some validation to ensure it points to a legitimate flow class.