corda / net.corda.core.cordapp

Package net.corda.core.cordapp

Types

Cordapp

Represents a cordapp by registering the JAR that contains it and all important classes for Corda. Instances of this class are generated automatically at startup of a node and can get retrieved from CordappProvider.getAppContext from the CordappContext it returns.

interface Cordapp

CordappConfig

Provides access to cordapp configuration independent of the configuration provider.

interface CordappConfig

CordappContext

An app context provides information about where an app was loaded from, access to its classloader, and (in the included Cordapp object) lists of annotated classes discovered via scanning the JAR.

class CordappContext

CordappInfo

A CordappInfo describes a single CorDapp currently installed on the node

data class CordappInfo

CordappProvider

Provides access to what the node knows about loaded applications.

interface CordappProvider

Exceptions

CordappConfigException

Thrown if an exception occurs in accessing or parsing cordapp configuration

class CordappConfigException : Exception