Object SORIConfig.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final SORIConfig default() Creates a default configuration with resilient network handling enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • default

         final SORIConfig default()

        Creates a default configuration with resilient network handling enabled.

        The default configuration enables:

        • Request queuing when network is unavailable

        • 10-minute retention for queued requests

        • Automatic retry when network is restored

        Returns:

        A new SORIConfig instance with default settings