corda / net.corda.core.node / PluginServiceHub / getFlowFactory

getFlowFactory

abstract fun getFlowFactory(markerClass: Class<*>): (Party) -> FlowLogic<*>

Return the flow factory that has been registered with markerClass, or null if no factory is found.