消息 mixin 用于给Jflow传递消息
Methods
-
<static> consumeMessage()
-
接收消息
Returns:
msg - 消息体
- Type
- Object
-
<static> sendMessage(msg)
-
发送消息
Parameters:
Name Type Description msg
Object 消息体
消息 mixin 用于给Jflow传递消息
接收消息
msg - 消息体
发送消息
Name | Type | Description |
---|---|---|
msg |
Object | 消息体 |