ChainChainConfig

data class ChainChainConfig(val nodes: List<ChainChainConfigNode>? = null, val routers: List<ChainChainConfigRouter>? = null)

Constructors

Link copied to clipboard
constructor(nodes: List<ChainChainConfigNode>? = null, routers: List<ChainChainConfigRouter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Each node in the delivery chain. See nodes below.

Link copied to clipboard

Execution sequence relationship between delivery chain nodes. See routers below.