net.corda.core.flows / FlowLogicRefFactory / <init>

<init>

FlowLogicRefFactory()


FlowLogicRefFactory(flowWhitelist: Map<String, Set<String>>)

A class for conversion to and from FlowLogic and FlowLogicRef instances.

Validation of types is performed on the way in and way out in case this object is passed between JVMs which might have differing whitelists.

TODO: Ways to populate whitelist of "blessed" flows per node/party TODO: Ways to populate argument types whitelist. Per node/party or global? TODO: Align with API related logic for passing in FlowLogic references (FlowRef) TODO: Actual support for AppContext / AttachmentsClassLoader