Interface EventExecutor

All Known Implementing Classes:
EventExecutorImpl

public interface EventExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.springframework.web.socket.WebSocketSession webSocket, Event event)
     
  • Method Details

    • execute

      void execute(org.springframework.web.socket.WebSocketSession webSocket, Event event)