ChainChainConfig

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

Constructors

Link copied to clipboard
fun ChainChainConfig(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.

Link copied to clipboard

Execution sequence relationship between delivery chain nodes.