corda / net.corda.core.flows / FlowLogicRefFactory / create

create

fun create(type: Class<out FlowLogic<*>>, vararg args: Any?): FlowLogicRef

Create a FlowLogicRef by matching against the available constructors and the given args.