Interface ErrorObserver


public interface ErrorObserver
Exceptions thrown in DataObserver and @DataTransformer can be observed by an error observer set via SubscriptionBuilder.onError(ErrorObserver).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an exception was thrown.
  • Method Details

    • onError

      void onError(Throwable th)
      Called when an exception was thrown.