TaskResubscriptionRequestBuilder

DSL builder for TaskResubscriptionRequest.

Example usage:

val request = taskResubscriptionRequest {
id = myRequestId
params {
id = "task-123"
historyLength = 10
}
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds a TaskResubscriptionRequest instance with the configured parameters.

Link copied to clipboard

Sets the ID of the request.

Link copied to clipboard

Configures the task query params using a Java-friendly Consumer.

Configures the task query params using a lambda with receiver.