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 Detail

      • withCookieBasedAffinity

        ReturnT withCookieBasedAffinity()
        Enables cookie based affinity.
        Returns:
        the next stage of the update
      • withoutCookieBasedAffinity

        ReturnT withoutCookieBasedAffinity()
        Disables cookie based affinity.
        Returns:
        the next stage of the update