Interface GuardedValue


  • @Immutable
    public interface GuardedValue
    • Method Detail

      • value

        @Parameter
        byte[] value()
      • guardTimestamp

        @Parameter
        long guardTimestamp()
      • of

        static GuardedValue of​(byte[] value,
                               long timestamp)