corda / net.corda.core.flows / FlowLogicRef

FlowLogicRef

@DoNotImplement interface FlowLogicRef

A handle interface representing a FlowLogic instance which would be possible to safely pass out of the contract sandbox. Use FlowLogicRefFactory to construct a concrete security checked instance.

Only allows a String reference to the FlowLogic class, and only allows restricted argument types as per FlowLogicRefFactory.