类 OneselfProcessor
- java.lang.Object
-
- com.gitee.starblues.bootstrap.processor.oneself.OneselfProcessor
-
- 所有已实现的接口:
SpringPluginProcessor,com.gitee.starblues.utils.Order
public class OneselfProcessor extends Object implements SpringPluginProcessor
子启动处理器- 从以下版本开始:
- 3.0.4
- 版本:
- 3.1.0
- 作者:
- starBlues
-
-
构造器概要
构造器 构造器 说明 OneselfProcessor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidinitialize(ProcessorContext context)初始化时ProcessorContext.RunModerunMode()处理器运行模式-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.gitee.starblues.bootstrap.processor.SpringPluginProcessor
close, failure, order, refreshAfter, refreshBefore
-
-
-
-
方法详细资料
-
initialize
public void initialize(ProcessorContext context) throws ProcessorException
从接口复制的说明:SpringPluginProcessor初始化时- 指定者:
initialize在接口中SpringPluginProcessor- 参数:
context- ProcessorContext- 抛出:
ProcessorException- 处理异常
-
runMode
public ProcessorContext.RunMode runMode()
从接口复制的说明:SpringPluginProcessor处理器运行模式- 指定者:
runMode在接口中SpringPluginProcessor- 返回:
- RunMode
-
-