T - input object to processpublic static interface TimeWindowDataAggregationHelper.IAggregationUpdater<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
expired(io.gitbub.devlibx.easy.helper.map.StringObjectMap data,
java.lang.String key,
T event)
Default behaviour - any keys out of the range will be deleted - client can override and can do some custom
logic.
|
void |
update(io.gitbub.devlibx.easy.helper.map.StringObjectMap data,
java.lang.String key,
T event)
This method will be called with the data map, the key to update, and input event.
|
void update(io.gitbub.devlibx.easy.helper.map.StringObjectMap data,
java.lang.String key,
T event)
default void expired(io.gitbub.devlibx.easy.helper.map.StringObjectMap data,
java.lang.String key,
T event)
Copyright © 2022. All rights reserved.