Package | Description |
---|---|
com.forte.qqrobot |
主要是core所需要的包
|
Modifier and Type | Method and Description |
---|---|
protected MsgParser |
BaseApplication.getMsgParser()
获取MsgParser函数, 默认根据
BaseApplication.msgParse(String) 生成 |
MsgParser |
SimpleRobotContext.getMsgParser()
获取监听消息字符串转化器
|
Modifier and Type | Method and Description |
---|---|
protected abstract CONTEXT |
BaseApplication.getComponentContext(MsgSender defaultMsgSender,
BotManager manager,
MsgParser msgParser,
MsgProcessor processor,
DependCenter dependCenter)
获取一个组件专属的SimpleRobotContext对象
|
protected abstract String |
BaseApplication.runServer(DependCenter dependCenter,
ListenerManager manager,
MsgProcessor msgProcessor,
MsgParser msgParser)
启动一个服务,这有可能是http或者是ws的监听服务
|
Constructor and Description |
---|
SimpleRobotContext(SEND sender,
SET setter,
GET getter,
BotManager manager,
MsgParser msgParser,
MsgProcessor processor,
DependCenter dependCenter)
构造函数
|
Copyright © 2020. All rights reserved.