Interface CounterCreate


public interface CounterCreate
Payload of a ObjectOperationAction.COUNTER_CREATE operation, describing the initial state of the created LiveCounter object.

Spec: CCR*

  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Double
    Returns the initial value of the created counter object.
  • Method Details

    • getCount

      @NotNull @NotNull Double getCount()
      Returns the initial value of the created counter object.

      Spec: CCR2a

      Returns:
      the initial counter value