Interface SubscriptionErrorEvent


  • public interface SubscriptionErrorEvent

    Provides information about a subscription error.

    • Method Detail

      • getSubject

        java.lang.String getSubject()

        Returns the subject of subscription to which the event relates.

        Returns:
        The subject.
      • getError

        SubscriptionErrorType getError()

        Returns the type of subscription error.

        Returns:
        The subscription error.
      • getErrorReason

        ErrorReason getErrorReason()

        Returns the ErrorReason of the event.

        Returns:
        The error reason.