Class NotificationEventAccumulator.EventValue<V extends NotificationEventAccumulator.EventValue>

    • Constructor Detail

      • EventValue

        public EventValue()
    • Method Detail

      • update

        public abstract void update​(@NotNull
                                    V newValue)
      • getVersion

        public abstract int getVersion()
      • setFuture

        public void setFuture​(@NotNull
                              ScheduledFuture<?> future)