类 WebServerListener
- java.lang.Object
-
- xyz.xiezc.ioc.starter.starter.web.listener.WebServerListener
-
- 所有已实现的接口:
ApplicationListener
public class WebServerListener extends Object implements ApplicationListener
-
-
构造器概要
构造器 构造器 说明 WebServerListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddoExecute(ApplicationEvent applicationEvent)启动netty服务器booleangetSync()intorder()-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 xyz.xiezc.ioc.starter.event.ApplicationListener
execute
-
-
-
-
方法详细资料
-
order
public int order()
- 指定者:
order在接口中ApplicationListener
-
getSync
public boolean getSync()
- 指定者:
getSync在接口中ApplicationListener
-
doExecute
public void doExecute(ApplicationEvent applicationEvent)
启动netty服务器- 指定者:
doExecute在接口中ApplicationListener- 参数:
applicationEvent-
-
-