MonoInSession

fun interface MonoInSession<T, R> : InSession<T, R> (source)

以响应式风格 (Mono) 的API构造 InSession 实例。 可通过 InSessions.mono 构造。

注意:如果要使用 MonoInSession, 需要确保 runtime 环境中存在 kotlinx-coroutines-reactor 依赖。

See also

Functions

Link copied to clipboard
open suspend override fun ContinuousSessionReceiver<T, R>.invoke()
Link copied to clipboard
abstract fun mono(receiver: ContinuousSessionReceiver<T, R>): Mono<Void?>