taskArtifactUpdate
fun taskArtifactUpdate(init: TaskArtifactUpdateEventBuilder.() -> Unit): SendStreamingMessageResponseBuilder(source)
Configures a task artifact update event using a lambda with receiver.
Return
This builder instance for method chaining.
Parameters
init
The lambda to configure the task artifact update event.
fun taskArtifactUpdate(init: Consumer<TaskArtifactUpdateEventBuilder>): SendStreamingMessageResponseBuilder(source)
Configures a task artifact update event using a Java-friendly Consumer.
Return
This builder instance for method chaining.
Parameters
init
The consumer to configure the task artifact update event.