java.lang.Object
io.helidon.scheduling.TaskConfig.BuilderBase<FixedRateConfig.Builder,FixedRateConfig>
 
io.helidon.scheduling.FixedRateConfig.BuilderBase<FixedRateConfig.Builder,FixedRateConfig>
 
io.helidon.scheduling.FixedRateConfig.Builder
- All Implemented Interfaces:
- Prototype.Builder<FixedRateConfig.Builder,,- FixedRateConfig> - Builder<FixedRateConfig.Builder,,- FixedRate> - ConfigBuilderSupport.ConfiguredBuilder<FixedRateConfig.Builder,,- FixedRateConfig> - ConfigBuilderSupport.ConfiguredBuilder<FixedRateConfig.Builder,,- FixedRateConfig> - Supplier<FixedRate>
- Enclosing interface:
- FixedRateConfig
public static class FixedRateConfig.Builder
extends FixedRateConfig.BuilderBase<FixedRateConfig.Builder,FixedRateConfig>
implements Builder<FixedRateConfig.Builder,FixedRate>  
Fluent API builder for 
FixedRate.- 
Nested Class SummaryNested classes/interfaces inherited from class io.helidon.scheduling.FixedRateConfig.BuilderBaseFixedRateConfig.BuilderBase.FixedRateConfigImplNested classes/interfaces inherited from class io.helidon.scheduling.TaskConfig.BuilderBaseTaskConfig.BuilderBase.TaskConfigImpl
- 
Method SummaryMethods inherited from class io.helidon.scheduling.FixedRateConfig.BuilderBaseconfig, config, config, delay, delay, delayBy, delayBy, delayType, delayType, from, from, initialDelay, initialDelay, interval, interval, preBuildPrototype, serviceRegistry, task, task, timeUnit, timeUnit, toString, validatePrototypeMethods inherited from class io.helidon.scheduling.TaskConfig.BuilderBaseclearId, executor, executor, from, from, id, id, taskManager, taskManagerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builderself
- 
Method Details- 
buildPrototypeDescription copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
- buildPrototypein interface- Prototype.Builder<FixedRateConfig.Builder,- FixedRateConfig> 
- Returns:
- an instance of the setup object created from this builder
 
- 
buildDescription copied from interface:BuilderBuild the instance from this builder.- Specified by:
- buildin interface- Builder<FixedRateConfig.Builder,- FixedRate> 
- Returns:
- instance of the built type
 
 
-