Uses of Class
org.cache2k.core.event.AsyncEvent
-
Packages that use AsyncEvent Package Description org.cache2k.core.event -
-
Uses of AsyncEvent in org.cache2k.core.event
Methods in org.cache2k.core.event with parameters of type AsyncEvent Modifier and Type Method Description voidAsyncDispatcher. queue(AsyncEvent<K> event)Immediately executes an event with the provided executor.voidAsyncDispatcher. runMoreOrStop(AsyncEvent<K> event)Run as long there is still an event for the key.
-