mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
refactor(context): support assign response channel while running flow context creating
This commit is contained in:
@@ -12,7 +12,8 @@ import kotlin.math.min
|
||||
*/
|
||||
abstract class RunningFlowContext protected constructor(
|
||||
inputs: List<InputEntry>,
|
||||
private var firstInputEpochMillis: Long
|
||||
private var firstInputEpochMillis: Long,
|
||||
val resopnseChannel: String? = null
|
||||
) {
|
||||
/**
|
||||
* 消息来源: 由谁发出
|
||||
|
||||
Reference in New Issue
Block a user