AsyncInSession

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

以异步的API构造 InSession 实例。 可通过 InSessions.async 构造。

See also

Functions

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