Interface HasCookieBasedAffinity.UpdateStages.WithCookieBasedAffinity<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the update
- Enclosing interface:
- HasCookieBasedAffinity.UpdateStages
public static interface HasCookieBasedAffinity.UpdateStages.WithCookieBasedAffinity<ReturnT>The stage of an update allowing to modify cookie based affinity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithCookieBasedAffinity()Enables cookie based affinity.ReturnTwithoutCookieBasedAffinity()Disables cookie based affinity.
-