Skip to content

InProcessTestClusterBuilder Methods

Configuration builder for starting a InProcessTestCluster.

Build

View source
public InProcessTestCluster Build()
Builds this instance.

Returns

InProcessTestCluster.

ConfigureClient(Action<IClientBuilder>)

View source
public InProcessTestClusterBuilder ConfigureClient(Action<IClientBuilder> configureClientDelegate)
Adds a delegate to configure clients.

Parameters

configureClientDelegateAction<IClientBuilder>

Returns

The builder.

ContainsSilo(SiloAddress)

View source
public bool ContainsSilo(SiloAddress siloAddress)
Returns whether the address belongs to the cluster built by this builder.

Parameters

siloAddressSiloAddress
The silo address.

Returns

true when the address belongs to this cluster.

CreateClusterId

static
View source
public static string CreateClusterId()
Creates a cluster identifier.

Returns

A new cluster identifier.