Uses of Interface
io.helidon.scheduling.TaskConfig
Packages that use TaskConfig
-
Uses of TaskConfig in io.helidon.scheduling
Classes in io.helidon.scheduling with type parameters of type TaskConfigModifier and TypeClassDescriptionstatic classTaskConfig.BuilderBase<BUILDER extends TaskConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends TaskConfig>Fluent API builder base forTaskConfig.Subinterfaces of TaskConfig in io.helidon.schedulingModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.scheduling.CronConfigBlueprint.interfaceInterface generated from blueprintio.helidon.scheduling.FixedRateConfigBlueprint.Classes in io.helidon.scheduling that implement TaskConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type TaskConfig in io.helidon.schedulingClasses in io.helidon.scheduling that implement interfaces with type arguments of type TaskConfigMethods in io.helidon.scheduling that return TaskConfigModifier and TypeMethodDescriptionTaskConfig.Builder.build()Create an instance from this builder.TaskConfig.Builder.buildPrototype()Create an instance of the prototype.static TaskConfigTaskConfig.create()Create a new instance with default values.static TaskConfigCreate a new instance from configuration.Methods in io.helidon.scheduling with parameters of type TaskConfigModifier and TypeMethodDescriptionstatic TaskConfig.BuilderTaskConfig.builder(TaskConfig instance) Create a new fluent API builder from an existing instance.TaskConfig.BuilderBase.from(TaskConfig prototype) Update this builder from an existing prototype instance.