Interface CacheReloadTrigger
-
- All Superinterfaces:
AutoCloseable,Serializable
- All Known Implementing Classes:
PeriodicCacheReloadTrigger,TimedCacheReloadTrigger
@PublicEvolving public interface CacheReloadTrigger extends AutoCloseable, Serializable
Customized trigger for reloading lookup table entries.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCacheReloadTrigger.ContextContext ofCacheReloadTriggerfor getting information about times and triggering reload.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidopen(CacheReloadTrigger.Context context)Open the trigger.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
open
void open(CacheReloadTrigger.Context context) throws Exception
Open the trigger.- Throws:
Exception
-
-