Bundle

abstract class Bundle

A Bundle is a collection of Items that are to be added to the Polywrap Client configuration.

See also

IConfigBuilder.addBundle

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Item(val uri: Uri, val pkg: WrapPackage? = null, val implements: List<Uri>? = null, val redirectFrom: List<Uri>? = null, val env: WrapEnv? = null)

A Bundle.Item is a WrapPackage and additional configuration to be added to the Polywrap Client Configuration. This may include interface implementations, URI redirects, and/or a WrapEnv.

Properties

Link copied to clipboard
abstract val items: Map<String, Bundle.Item>

A Map of Items to add to the configuration.