WhenDsl

Functions

Link copied to clipboard
abstract fun functionFilter(filter: (MessageFunction<*, *, *>) -> Boolean)
Link copied to clipboard
open fun functionName(functionName: String)
Link copied to clipboard
abstract fun inject(inject: ServiceProvider.() -> Unit)
Link copied to clipboard
abstract fun name(name: String)
Link copied to clipboard
abstract fun whenEvent(event: Any, state: Any? = null, ownerId: String = OwnerId.DEFAULT_OWNER_ID, block: ExpectDsl<T>.() -> Unit)