add
fun DslList<ListenerConfiguration, HostConfigurationKt.Dsl.ListenerProxy>.add(value: ListenerConfiguration)
Listeners to apply to this host. If empty, only native calls are accepted.
Content copied to clipboard
repeated .elide.host.ListenerConfiguration listener = 4;
Parameters
value
The listener to add.
fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.ConfigProxy>.add(value: AppConfigurationSuite)
Generic host configuration payloads.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite config = 5;
Parameters
value
The config to add.
fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.DefaultsProxy>.add(value: AppConfigurationSuite)
Default suite of configurations applied to hosted applications.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite defaults = 6;
Parameters
value
The defaults to add.