Interface ModifiableSubscription

    • Method Detail

      • setRetainAsPublished

        void setRetainAsPublished​(boolean retainAsPublished)
        Set the retain as published flag of the subscription.
        Parameters:
        retainAsPublished - The retain as published flag to set.
        Since:
        4.2.0, CE 2020.1
      • setNoLocal

        void setNoLocal​(boolean noLocal)
        Set the no local flag of the subscription.
        Parameters:
        noLocal - The no local flag to set.
        Throws:
        IllegalArgumentException - If true and the subscription is a shared subscription.
        Since:
        4.2.0, CE 2020.1