Interface TransactionSetting

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String getName()
      The globally unique transaction settings name.
      default java.lang.String getValue()
      The value for this transaction setting.
    • Method Detail

      • getName

        default java.lang.String getName()
        The globally unique transaction settings name. Warning: do not use double underscore (__) in the name.
        Returns:
        the name of this setting, typically its canonical class name
      • getValue

        default java.lang.String getValue()
        The value for this transaction setting.
        Returns:
        a string representation of the value