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 class
TaskConfig.BuilderBase<BUILDER extends TaskConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends TaskConfig> Fluent API builder base forTaskConfig
.Subinterfaces of TaskConfig in io.helidon.schedulingModifier and TypeInterfaceDescriptioninterface
Interface generated from definition.interface
Interface generated from definition.Classes in io.helidon.scheduling that implement TaskConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated 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 TaskConfig
TaskConfig.create()
Create a new instance with default values.static TaskConfig
Create a new instance from configuration.Methods in io.helidon.scheduling with parameters of type TaskConfigModifier and TypeMethodDescriptionstatic TaskConfig.Builder
TaskConfig.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.