net.corda.core.node / PluginServiceHub / getProtocolFactory

getProtocolFactory

abstract fun getProtocolFactory(markerClass: Class<*>): (Party) -> ProtocolLogic<*>

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