Functions

Link copied to clipboard
abstract fun <Trigger> Flow<Trigger>.collectTo(trigger: RemoteAttributeBinding.TriggerResponse<Trigger, T>.() -> Unit)

Collects this Flow and responds to its Trigger

Link copied to clipboard
abstract fun <Trigger> Channel<Trigger>.consumeTo(trigger: RemoteAttributeBinding.TriggerResponse<Trigger, T>.() -> Unit)

Consumes this Channel and responds to its Trigger

Link copied to clipboard
Link copied to clipboard
abstract fun onAvailable(action: T.() -> Unit)

Sets up a Transformation action when RemoteService become available.

Link copied to clipboard
abstract fun onUnavailable(action: T.() -> Unit)

Sets up a Transformation action when RemoteService become unavailable.