Interface SubscriptionEventListener

    • Method Detail

      • onError

        default void onError​(java.lang.String message,
                             java.lang.Exception e)
        Callback that is fired whenever an unexpected error occurs processing for this SubscriptionEventListener.
        Parameters:
        message - A description of the problem.
        e - An associated exception, if available.