Package io.higson.runtime.reload
Class CodeBasedReloadPolicy
java.lang.Object
io.higson.runtime.reload.CodeBasedReloadPolicy
- All Implemented Interfaces:
ReloadPolicy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneligibleForReload(String code, String region, String version) Specifies whether a given parameter should be eagerly reloaded after invalidation.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.higson.runtime.reload.ReloadPolicy
eligibleForHotswap
-
Constructor Details
-
CodeBasedReloadPolicy
-
-
Method Details
-
eligibleForReload
Description copied from interface:ReloadPolicySpecifies whether a given parameter should be eagerly reloaded after invalidation.- Specified by:
eligibleForReloadin interfaceReloadPolicy- Parameters:
code- parameter's coderegion- parameter's region code (if any)version- parameter's region version (if any)
-