Interface CacheReloadTrigger
- All Superinterfaces:
AutoCloseable,Serializable
- All Known Implementing Classes:
PeriodicCacheReloadTrigger,TimedCacheReloadTrigger
Customized trigger for reloading lookup table entries.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContext ofCacheReloadTriggerfor getting information about times and triggering reload. -
Method Summary
Modifier and TypeMethodDescriptionvoidopen(CacheReloadTrigger.Context context) Open the trigger.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
open
Open the trigger.- Throws:
Exception
-