Class Defaults


  • public final class Defaults
    extends java.lang.Object
    Defines default constants used throughout the Fauna client.

    The Defaults class includes constants for configuration settings, such as timeouts, retry limits, and default secrets, that provide sensible defaults for common client operations.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CLIENT_TIMEOUT_BUFFER

        public static final java.time.Duration CLIENT_TIMEOUT_BUFFER
        The buffer duration added to the client timeout to ensure safe execution time.
      • DEFAULT_TIMEOUT

        public static final java.time.Duration DEFAULT_TIMEOUT
        The default timeout duration for client requests.