Interface WebsocketFactory

All Known Implementing Classes:
WebsocketFactoryImpl

public interface WebsocketFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends BaseWebsocket>
    T
    initializeWebsocket(T websocket)
     
  • Method Details

    • initializeWebsocket

      <T extends BaseWebsocket> T initializeWebsocket(T websocket)