Package me.hsgamer.topper.agent.update
Class UpdateAgent<K,V>
java.lang.Object
me.hsgamer.topper.agent.update.UpdateAgent<K,V>
- All Implemented Interfaces:
Runnable
,DataEntryAgent<K,
V>
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateAgent
(DataHolder<K, V> holder, Function<K, CompletableFuture<Optional<V>>> updateFunction) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.hsgamer.topper.agent.core.DataEntryAgent
onUnregister, onUpdate
-
Constructor Details
-
UpdateAgent
public UpdateAgent(DataHolder<K, V> holder, Function<K, CompletableFuture<Optional<V>>> updateFunction)
-
-
Method Details
-
setMaxEntryPerCall
public void setMaxEntryPerCall(int maxEntryPerCall) -
addFilter
-
run
public void run() -
onCreate
- Specified by:
onCreate
in interfaceDataEntryAgent<K,
V>
-
onRemove
- Specified by:
onRemove
in interfaceDataEntryAgent<K,
V>
-