Class Client.Settings.Builder

    • Method Detail

      • useSession

        public Client.Settings.Builder useSession​(boolean enabled)
        Enables a session. By default this will create a random session name and configure transactions to be unmanaged. This method will override settings provided by calls to the other overloads of useSession.
      • useSession

        public Client.Settings.Builder useSession​(String sessionId)
        Enables a session. By default this will create a session with the provided name and configure transactions to be unmanaged. This method will override settings provided by calls to the other overloads of useSession.