addAll
fun DslList<ListenerConfiguration, HostConfigurationKt.Dsl.ListenerProxy>.addAll(values: Iterable<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
values
The listener to add.
fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.ConfigProxy>.addAll(values: Iterable<AppConfigurationSuite>)
Generic host configuration payloads.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite config = 5;
Parameters
values
The config to add.
fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.DefaultsProxy>.addAll(values: Iterable<AppConfigurationSuite>)
Default suite of configurations applied to hosted applications.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite defaults = 6;
Parameters
values
The defaults to add.