corda / net.corda.core.flows / FlowInfo

FlowInfo

data class FlowInfo

Version and name of the CorDapp hosting the other side of the flow.

Constructors

<init>

FlowInfo(flowVersion: Int, appName: String)

Version and name of the CorDapp hosting the other side of the flow.

Properties

appName

val appName: String

Name of the CorDapp jar hosting the flow, without the .jar extension. It will include a unique identifier to deduplicate it from other releases of the same CorDapp, typically a version string. See the CorDapp JAR format for more details.

flowVersion

val flowVersion: Int

The integer flow version the other side is using.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.