Uses of Interface
org.refcodes.properties.ScheduledResourceProperties.ScheduledResourcePropertiesBuilder
-
Uses of ScheduledResourceProperties.ScheduledResourcePropertiesBuilder in org.refcodes.properties
Classes in org.refcodes.properties that implement ScheduledResourceProperties.ScheduledResourcePropertiesBuilderModifier and TypeClassDescriptionclassTheScheduledResourcePropertiesBuilderDecoratordecoratesResourceProperties.ResourcePropertiesBuilderfrom which the properties are to be reloaded periodically viaAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode).Methods in org.refcodes.properties that return ScheduledResourceProperties.ScheduledResourcePropertiesBuilderModifier and TypeMethodDescriptionPropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith default settings being a poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and orphan removal (as ofResourceProperties.reload(ReloadMode)being called withReloadMode.ORPHAN_REMOVAL).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).