Interface SubscriptionErrorEvent


public interface SubscriptionErrorEvent
Provides information about a subscription error.
  • Method Details

    • getSubject

      String getSubject()
      Returns the subject of subscription to which the event relates.
      Returns:
      The subject.
    • getError

      Returns the type of subscription error.
      Returns:
      The subscription error.
    • getErrorReason

      ErrorReason getErrorReason()
      Returns the ErrorReason of the event.
      Returns:
      The error reason.