Package 

Class LiveCounterUpdate.Update

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Double amount
    • Method Summary

      Modifier and Type Method Description
      Double getAmount() Gets the amount by which the counter value was modified.
      • Methods inherited from class java.lang.Object

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

      • LiveCounterUpdate.Update

        LiveCounterUpdate.Update(Double amount)
        Creates an Update with the specified amount.
        Parameters:
        amount - the counter change amount (positive = increment, negative = decrement)
    • Method Detail

      • getAmount

        @NotNull() Double getAmount()

        Gets the amount by which the counter value was modified.