Module aeonics.core

Class Scheduled


  • public class Scheduled
    extends Step.Origin
    This class represents an origin step that is activated at regular interval.

    You should provide the Scheduled.Type.task(Consumer) and set a recurrence rule.

    • Constructor Detail

      • Scheduled

        public Scheduled()
    • Method Detail

      • defaultTarget

        protected java.lang.Class<? extends Scheduled.Type> defaultTarget()
        Description copied from class: Item
        Returns the default target entity type. This method should be implemented by subclasses to specify the target entity type.
        Overrides:
        defaultTarget in class Step.Origin
        Returns:
        the default target entity type
      • defaultCreator

        protected java.util.function.Supplier<? extends Scheduled.Type> defaultCreator()
        Description copied from class: Item
        Returns the default target entity creator. This method should be implemented by subclasses to specify the entity creator.
        Overrides:
        defaultCreator in class Step.Origin
        Returns:
        the default target entity creator
      • template

        public Step.Template template()
        Description copied from class: Item
        Returns the template to build the target entity.

        This method should ultimately be used to provide the final entity template. Although, it may also provide a partial template that subclassed may complement.

        Overrides:
        template in class Step.Origin
        Returns:
        the matching entity template