Interface NotificationEventAccumulator.Accumulator<Key extends NotificationEventAccumulator.EventKey,​Value extends NotificationEventAccumulator.EventValue<Value>>

    • Method Detail

      • put

        void put​(@NotNull
                 Key key,
                 @NotNull
                 Value value)
      • get

        @Nullable
        Value get​(@NotNull
                  Key key)
      • remove

        void remove​(@NotNull
                    Key key)
      • fireEvent

        void fireEvent​(@NotNull
                       Key key,
                       @NotNull
                       Value value)
      • flush

        void flush()