HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public interface WithCookieBasedAffinity

The stage of a definition allowing to enable cookie based affinity.

Method Summary

Modifier and Type Method and Description
ReturnT withCookieBasedAffinity()

Enables cookie based affinity.

ReturnT withoutCookieBasedAffinity()

Disables cookie based affinity.

Method Details

withCookieBasedAffinity

public ReturnT withCookieBasedAffinity()

Enables cookie based affinity.

Returns:

the next stage of the definition

withoutCookieBasedAffinity

public ReturnT withoutCookieBasedAffinity()

Disables cookie based affinity.

Returns:

the next stage of the definition

Applies to