Interface BroadcastSubscriptionListener

    • Method Detail

      • onError

        void onError​(SubscriptionException error)
        Gets called if the subscription registration failed at the provider. Since the onError callback is called by a communication middleware thread, it should not be blocked, wait for user interaction, or do larger computation.
        Parameters:
        error - JoynrRuntimeException describing the error