[][src]Function wascc_host::host::configure

pub fn configure(
    module: &str,
    capid: &str,
    config: HashMap<String, String>
) -> Result<()>

Supply a set of key-value pairs for a given actor to a capability provider. This allows the capability provider to set actor-specific data like an HTTP server port or a set of subscriptions, etc.