Interface BalancerConfiguration

    • Method Detail

      • getStickySession

        boolean getStickySession()
        Enables sticky sessions.
      • getStickySessionRemove

        boolean getStickySessionRemove()
        Remove session when the request cannot be routed to the right node.
      • getStickySessionForce

        boolean getStickySessionForce()
        Return an error when the request cannot be routed to the right node.
      • getWorkerTimeout

        int getWorkerTimeout()
        Timeout to wait for an available worker (default is no wait).
      • getMaxAttempts

        int getMaxAttempts()
        Maximum number of attempts to send the request to the backend server.