Class WebSocketReportStatusListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<Long,Object>
io.meeds.tenant.hub.listener.WebSocketReportStatusListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

@Component public class WebSocketReportStatusListener extends org.exoplatform.services.listener.Listener<Long,Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final List<String>
     

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onEvent(org.exoplatform.services.listener.Event<Long,Object> event)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EVENT_NAMES

      protected static final List<String> EVENT_NAMES
  • Constructor Details

    • WebSocketReportStatusListener

      public WebSocketReportStatusListener()
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<Long,Object> event) throws Exception
      Specified by:
      onEvent in class org.exoplatform.services.listener.Listener<Long,Object>
      Throws:
      Exception
    • init

      @PostConstruct public void init()