Edit

Share via


ConsulClusteringOptions Class

Definition

Base class for consul-cluster-options.

public class ConsulClusteringOptions
type ConsulClusteringOptions = class
Public Class ConsulClusteringOptions
Inheritance
ConsulClusteringOptions

Constructors

ConsulClusteringOptions()

Properties

CreateClient

Factory for the used Consul-Client.

KvRootFolder

Consul KV root folder name.

Methods

ConfigureConsulClient(Func<IConsulClient>)

Configures the CreateClient using the provided callback.

ConfigureConsulClient(Uri, String)

Configures the CreateClient using the consul-address and a acl-token.

Applies to