Interface WebSocketSubscriptionManager

All Known Implementing Classes:
WebSocketSubscriptionManagerImpl

public interface WebSocketSubscriptionManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bind(Identity identity, jakarta.websocket.Session session, String subscriptionIdPart)
     
    void
    close(String sessionId)
     
  • Method Details

    • bind

      void bind(Identity identity, jakarta.websocket.Session session, String subscriptionIdPart)
    • close

      void close(String sessionId)