StreamedValueListener

Receives a value sent via send.

Objects are received in the order they were sent and all objects are received before the result of the BuildAction is returned to the application.

Since

8.6

Functions

Link copied to clipboard
abstract fun onValue(value: Any)
Handles the next value.