Delen via


ClusterModel Class

Definition

Immutable representation of the portions of a cluster that only change in reaction to configuration changes (e.g. http client options).

public sealed class ClusterModel
type ClusterModel = class
Public NotInheritable Class ClusterModel
Inheritance
ClusterModel

Remarks

All members must remain immutable to avoid thread safety issues. Instead, instances of ClusterModel are replaced in their entirety when values need to change.

Constructors

ClusterModel(ClusterConfig, HttpMessageInvoker)

Creates a new Instance.

Properties

Config

The config for this cluster.

HttpClient

An HttpMessageInvoker that used for proxying requests to an upstream server.

Applies to