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 definition.interfaceInterface generated from definition.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.Methods in io.helidon.scheduling that return TaskConfigModifier and TypeMethodDescriptionTaskConfig.Builder.build()TaskConfig.Builder.buildPrototype()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.