类 WebsocketRouteInit

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class WebsocketRouteInit
    extends Object
    implements org.springframework.context.ApplicationContextAware
    ClassName: WebsocketRouteInit Description: date: 2020/8/17 22:43
    从以下版本开始:
    JDK 1.8
    作者:
    ThierrySquirrel
    • 构造器详细资料

      • WebsocketRouteInit

        public WebsocketRouteInit()
    • 方法详细资料

      • init

        @PostConstruct
        public void init()
      • setApplicationContext

        public void setApplicationContext​(@NonNull
                                          org.springframework.context.ApplicationContext applicationContext)
        指定者:
        setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware