Factory

fun interface Factory : Serializable

Functions

Link copied to clipboard
abstract fun create(): EventListener

Creates an instance of the EventListener for one Wire execution. The returned EventListener instance will be used during the lifecycle of the Wire's task.