Share via


HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity

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

Method Summary

Modifier and Type Method and Description
abstract ReturnT withCookieBasedAffinity()

Enables cookie based affinity.

abstract ReturnT withoutCookieBasedAffinity()

Disables cookie based affinity.

Method Details

withCookieBasedAffinity

public abstract ReturnT withCookieBasedAffinity()

Enables cookie based affinity.

Returns:

the next stage of the definition

withoutCookieBasedAffinity

public abstract ReturnT withoutCookieBasedAffinity()

Disables cookie based affinity.

Returns:

the next stage of the definition

Applies to