Interface CyclicUserSessionRepository<T extends UserSession>

    • Method Detail

      • take

        T take()
        Takes a single user from the repository.

        Returns:
        A UserSession instance, at the top of the list.