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
constructor(pluginId: String, waitForHealthy: Boolean? = null, waitForRegistration: Boolean? = null)

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

Functions

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