consumeTo
abstract fun <Trigger> Channel<Trigger>.consumeTo(trigger: RemoteAttributeBinding.TriggerResponse<Trigger, T>.() -> Unit)
Consumes this Channel and responds to its Trigger
Parameters
trigger
sets up the TriggerResponse caused by each element in the Channel
Type Parameters
Trigger
the type of the Channel to respond to