Uses of Class
eu.svjatoslav.alyverkko_cli.commands.task_processor.TaskProcessorCommand.TaskQueueEntry
Packages that use TaskProcessorCommand.TaskQueueEntry
Package
Description
This subpackage implements the mail-based AI task processing functionality.
-
Uses of TaskProcessorCommand.TaskQueueEntry in eu.svjatoslav.alyverkko_cli.commands.task_processor
Methods in eu.svjatoslav.alyverkko_cli.commands.task_processor that return TaskProcessorCommand.TaskQueueEntryModifier and TypeMethodDescriptionTaskPriorityQueue.poll()Removes and returns the highest priority task from the queue.Methods in eu.svjatoslav.alyverkko_cli.commands.task_processor that return types with arguments of type TaskProcessorCommand.TaskQueueEntryModifier and TypeMethodDescriptionTaskPriorityQueue.getAllTasks()Returns all tasks in the queue in order of priority (highest priority first).Methods in eu.svjatoslav.alyverkko_cli.commands.task_processor with parameters of type TaskProcessorCommand.TaskQueueEntryModifier and TypeMethodDescriptionvoidTaskPriorityQueue.add(TaskProcessorCommand.TaskQueueEntry task) Adds a task to the priority queue.intTaskProcessorCommand.TaskQueueEntry.compareTo(TaskProcessorCommand.TaskQueueEntry other) Method parameters in eu.svjatoslav.alyverkko_cli.commands.task_processor with type arguments of type TaskProcessorCommand.TaskQueueEntryModifier and TypeMethodDescriptionvoidTaskPriorityQueue.removeIf(Predicate<TaskProcessorCommand.TaskQueueEntry> predicate) Removes tasks matching the given predicate.