Package | Description |
---|---|
com.forte.qqrobot |
主要是core所需要的包
|
Modifier and Type | Method and Description |
---|---|
MsgProcessor |
SimpleRobotContext.getMsgProcessor()
获取监听消息执行处理器
|
Modifier and Type | Method and Description |
---|---|
protected abstract CONTEXT |
BaseApplication.getComponentContext(BaseApplication.DefaultSenders<SEND,SET,GET> defaultSenders,
BotManager manager,
MsgParser msgParser,
MsgProcessor processor,
DependCenter dependCenter,
CONFIG config)
获取一个组件专属的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,
CONFIG configuration,
APPLICATION application)
构造函数
|
Copyright © 2020. All rights reserved.