handle

suspend fun handle(update: ProcessedUpdate)

Handle the update.

Parameters

update

suspend fun handle(update: ProcessedUpdate, block: FunctionalHandlingBlock)

Functional handling dsl

Parameters

update
block