@Ignored public interface IPlugin extends IInitialization<IPluginContext>, IDestroyable
Modifier and Type | Method and Description |
---|---|
IPluginContext |
getPluginContext()
获取插件环境上下文
|
boolean |
isStarted()
插件是否已启动
|
void |
shutdown()
停止插件
|
void |
startup()
启动插件
|
initialize, isInitialized
close
IPluginContext getPluginContext()
boolean isStarted()
Copyright © 2022. All rights reserved.