AppComponent

Defines an Application Component.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters.

Link copied to clipboard
val id: String?

Identifier of the Application Component.

Link copied to clipboard

Name of the Application Component.

Link copied to clipboard

The type of Application Component.

Functions

Link copied to clipboard
inline fun copy(block: AppComponent.Builder.() -> Unit = {}): AppComponent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String