Interface SimpSubscription


public interface SimpSubscription
Represents a subscription within a user session.
Since:
4.2
Author:
Rossen Stoyanchev
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the subscription's destination.
    Return the id associated of the subscription.
    Return the session of the subscription.
  • Method Details

    • getId

      String getId()
      Return the id associated of the subscription.
    • getSession

      SimpSession getSession()
      Return the session of the subscription.
    • getDestination

      String getDestination()
      Return the subscription's destination.