Interface Subscription

  • All Known Implementing Classes:
    DefaultSubscription

    public interface Subscription
    Represents one subscription for the specific topic. TODO extend with subscription parameters
    Author:
    Dmitry Treskunov
    • Method Detail

      • getUser

        @NotNull
        SUser getUser()
        Returns user who initiated this subscription.