| Package | Description |
|---|---|
| org.noear.solon | |
| org.noear.solon.core |
| Modifier and Type | Method and Description |
|---|---|
void |
SolonApp.plug(Plugin plugin)
插入插件(一般用于动态加载,比如 faas)
|
void |
SolonApp.pluginAdd(int priority,
Plugin plugin)
添加插件(只有执行前添加才有效)
|
| Modifier and Type | Method and Description |
|---|---|
Plugin |
PluginEntity.getPlugin()
获取插件
|
| Constructor and Description |
|---|
PluginEntity(Plugin plugin) |
PluginEntity(Plugin plugin,
int priority) |
Copyright © 2025. All rights reserved.