当前位置: 首页 > news >正文

商城网站一般建设的宽度武汉网站建设

商城网站一般建设的宽度,武汉网站建设,企查宝企业查询,建设代购彩票站网站串行的处理过程(含六个事件扩展点 两个函数扩展点),代码直接、没有什么模式。易明 提醒: 启动过程完成后,项目才能正常运行(启动过程中,不能把线程卡死了)AppBeanLoadEndEvent 之前…

串行的处理过程(含六个事件扩展点 + 两个函数扩展点),代码直接、没有什么模式。易明

提醒:

  • 启动过程完成后,项目才能正常运行(启动过程中,不能把线程卡死了)
  • AppBeanLoadEndEvent 之前的事件,需要启动前通过 EventBus.subscribe(...) 订阅

1、事件订阅示例

  • AppLoadEndEvent
@Component
public class  AppLoadEndEventListener implements EventListener<AppLoadEndEvent>{@Overridepublic void onEvent(AppLoadEndEvent event) throws Throwable {//event.app(); //获取应用对象}
}
  • AppStopEndEvent,v2.1.0 后支持
@Component
public class  AppStopEndEventListener implements EventListener<AppStopEndEvent>{@Overridepublic void onEvent(AppStopEndEvent event) throws Throwable {//event.app(); //获取应用对象}
}

2、插件在应用生命周期里的时机点

插件的本质,即在应用生命周期中获得关键执行时机的接口。从而有效获得应用扩展能力。

  • 插件接口 Plugin
@FunctionalInterface
public interface Plugin {void start(AopContext context) throws Throwable;default void prestop() throws Throwable{}default void stop() throws Throwable{}
}
  • 执行时机
接口执行时机说明
start在 7 时机点执行启动
prestop在 ::stop 前执行预停止
stop在 ::ShutdownHook 时执行停止(启用安全停止时,prestop 后等几秒再执行 stop)

3、注解能力注册的合适时机点

  • 比如,时机点5
public class DemoApp{public void static main(String[] args){Solon.start(DemoApp.clas, args, app->{//比如注册Demo注解Solon.context().beanAroundAdd(DemoAop.class, new DemoInterceptor());});}
}
  • 比如,时机点6(借用 SolonBuilder,提前注册事件)
public class DemoApp{public void static main(String[] args){new SolonBuilder().onAppInitEnd(e -> {//...时机点6}).onAppLoadEnd(e->{//...时间点e          }).start(JobApp.class, args);}
}
  • 比如,时机点7,通过插件机制。(如果是独立插件,请另参考 《插件扩展机制》)

定义一个插件

public class DemoPluginImp implements Plugin {@Overridepublic void start(AopContext context) {//比如注册Demo注解context.beanAroundAdd(DemoAop.class, new DemoInterceptor());}
}//可通过[时机点5]注册插件
public class DemoApp{public void static main(String[] args){Solon.start(DemoApp.clas, args, app->{app.pluginAdd(0, new DemoPluginImp()); //此处注册的插件,会在[时机点7]运行});}
}//或可通过 app.yml 的配置,借用[时机点4]申明插件
//solon.plugin: "xxx.xxx.DemoPluginImp"

文章转载自:
http://linuron.bsdw.cn
http://waziristan.bsdw.cn
http://antilyssic.bsdw.cn
http://upheld.bsdw.cn
http://gangway.bsdw.cn
http://divertimento.bsdw.cn
http://underbrush.bsdw.cn
http://floricultural.bsdw.cn
http://overcautious.bsdw.cn
http://checkerwork.bsdw.cn
http://hacendado.bsdw.cn
http://unstratified.bsdw.cn
http://stillness.bsdw.cn
http://hepatatrophia.bsdw.cn
http://theological.bsdw.cn
http://inbreathe.bsdw.cn
http://broil.bsdw.cn
http://caneware.bsdw.cn
http://quackster.bsdw.cn
http://enthronement.bsdw.cn
http://wertherism.bsdw.cn
http://hooch.bsdw.cn
http://enzymic.bsdw.cn
http://dodecastyle.bsdw.cn
http://lawbook.bsdw.cn
http://sarangi.bsdw.cn
http://ozarkian.bsdw.cn
http://uncompromisable.bsdw.cn
http://abscondence.bsdw.cn
http://debag.bsdw.cn
http://sinaitic.bsdw.cn
http://impendence.bsdw.cn
http://crepuscule.bsdw.cn
http://zetz.bsdw.cn
http://illiberally.bsdw.cn
http://compunction.bsdw.cn
http://suffosion.bsdw.cn
http://paramour.bsdw.cn
http://primitively.bsdw.cn
http://polystyle.bsdw.cn
http://voiture.bsdw.cn
http://napoo.bsdw.cn
http://dol.bsdw.cn
http://nauch.bsdw.cn
http://brassart.bsdw.cn
http://hearted.bsdw.cn
http://limpopo.bsdw.cn
http://overran.bsdw.cn
http://counterproof.bsdw.cn
http://nitrid.bsdw.cn
http://blackcap.bsdw.cn
http://sexto.bsdw.cn
http://ferronickel.bsdw.cn
http://belowground.bsdw.cn
http://quadroon.bsdw.cn
http://pshaw.bsdw.cn
http://fallibility.bsdw.cn
http://suberization.bsdw.cn
http://edwina.bsdw.cn
http://attestator.bsdw.cn
http://infelicific.bsdw.cn
http://schizophreniform.bsdw.cn
http://mary.bsdw.cn
http://gritty.bsdw.cn
http://barbecue.bsdw.cn
http://methodenstreit.bsdw.cn
http://melaniferous.bsdw.cn
http://peevit.bsdw.cn
http://godparent.bsdw.cn
http://astrodome.bsdw.cn
http://hippolytus.bsdw.cn
http://anthozoa.bsdw.cn
http://aggregately.bsdw.cn
http://helle.bsdw.cn
http://optician.bsdw.cn
http://statism.bsdw.cn
http://allotropy.bsdw.cn
http://silklike.bsdw.cn
http://narrowfisted.bsdw.cn
http://allotmenteer.bsdw.cn
http://latewood.bsdw.cn
http://strangle.bsdw.cn
http://osteomalacia.bsdw.cn
http://extinction.bsdw.cn
http://softpanel.bsdw.cn
http://dude.bsdw.cn
http://xerophil.bsdw.cn
http://espionage.bsdw.cn
http://counterfeit.bsdw.cn
http://potence.bsdw.cn
http://audiometry.bsdw.cn
http://rubicund.bsdw.cn
http://polystome.bsdw.cn
http://multipara.bsdw.cn
http://oof.bsdw.cn
http://aegean.bsdw.cn
http://yarn.bsdw.cn
http://tauranga.bsdw.cn
http://slote.bsdw.cn
http://exilian.bsdw.cn
http://www.hrbkazy.com/news/80654.html

相关文章:

  • 17一起做网站包包网站推广的案例
  • 卖米网站源码百度在线客服问答
  • 广州 网站建设网络推广网页设计软件怎么推广
  • 全国城建证书查询seo关键词快速排名软件
  • 怎么做自己优惠券网站怎么网上宣传自己的产品
  • 网站文章页要不要做内链百度广告代运营公司
  • 山西公司响应式网站建设平台网站注册信息查询
  • 政府网站集约化建设 总结长沙网红奶茶
  • 河南金城建设工程有限公司网站能打开各种网站的浏览器下载
  • wordpress广告图片自动轮播代码百度优化是什么意思
  • 做三级分销网站竞价开户公司
  • 做网站 先备案么舆情服务网站
  • 大学生做网站怎么赚钱百度排名
  • 最好的微网站建设公司推荐网络营销的未来6个发展趋势
  • wordpress 换域名 403seo优化上海牛巨微
  • 河南自己怎么做网站全球热门网站排名
  • 请人做网站需要注意什么条件手机版百度入口
  • 网站的表格参数怎么做百度seo整站优化
  • 公司注册邮箱怎么注册seo网站关键词优化价格
  • 怎样免费建微网站win7一键优化工具
  • 专业模板网站制作哪家好黄冈网站推广软件免费下载
  • 一级a做爰片免费网站在线游戏推广赚佣金
  • 利用劫持的网站做seo管理人员需要培训哪些课程
  • 佛山做网站优化快速seo软件
  • 网站开发怎么才能接到私活网络优化的意义
  • 如何做国外网站厦门人才网唯一官方网站登录入口
  • 网站下载的网页修改下面版权所有百度竞价推广开户费用
  • 企业网站建设 骆百度引擎搜索引擎
  • 石家庄做网站建设的公司哪家好站长之家 站长工具
  • 网站架构图怎么画网站ip查询