GetTasksRequest

data class GetTasksRequest(val partitionKeys: List<Int>, val executionTime: Instant, val buffer: Duration, val status: TaskStatus)

Data class representing a request to get tasks.

Constructors

Link copied to clipboard
constructor(partitionKeys: List<Int>, executionTime: Instant, buffer: Duration, status: TaskStatus)

Properties

Link copied to clipboard

The buffer duration to consider while fetching tasks.

Link copied to clipboard

The execution before which a task should be fetched.

Link copied to clipboard

The list of partition keys to scan for while fetching tasks.

Link copied to clipboard

The status to filter tasks.