Interface SubscriptionsForClientResult

    • Method Detail

      • getClientId

        @NotNull String getClientId()
        Get the client identifier for this client.
        Returns:
        The client identifier of this client.
        Since:
        4.2.0, CE 2020.1
      • getSubscriptions

        @NotNull Set<TopicSubscription> getSubscriptions()
        Get a Set of TopicSubscription containing all subscriptions including the subscription options and identifier for this client.
        Returns:
        A Set of all the subscriptions for this client.
        Since:
        4.2.0, CE 2020.1