TaskResubscriptionRequestBuilder
DSL builder for TaskResubscriptionRequest.
Example usage:
val request = taskResubscriptionRequest {
id = myRequestId
params {
id = "task-123"
historyLength = 10
}
}Content copied to clipboard
Properties
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.