GetPluginPlainArgs

data class GetPluginPlainArgs(val pluginId: String, val waitForHealthy: Boolean? = null, val waitForRegistration: Boolean? = null) : ConvertibleToJava<GetPluginPlainArgs>

A collection of arguments for invoking getPlugin.

Constructors

Link copied to clipboard
fun GetPluginPlainArgs(pluginId: String, waitForHealthy: Boolean? = null, waitForRegistration: Boolean? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetPluginPlainArgs

Properties

Link copied to clipboard

(string) ID of the plugin.

Link copied to clipboard
val waitForHealthy: Boolean? = null

(boolean) retry until the plugin exists and all controllers are healthy

Link copied to clipboard

(boolean) if the plugin doesn't exist, retry until it does