Interface ClientFeedback

All Superinterfaces:
Serializable
All Known Subinterfaces:
ClientComponentFeedback
All Known Implementing Classes:
DefaultClientComponentFeedback, DefaultClientFeedback

public interface ClientFeedback extends Serializable
Encapsulates feedback that an application wishes to send to client
Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Application-defined code for the feedback.
    The message associated with this feedback, or null

    Supported API: true
    The Throwable associated with this feedback, or null

    Supported API: true
  • Method Details

    • getFeedbackType

      int getFeedbackType()
      Application-defined code for the feedback. Defaults to 0.

      Supported API: true
      Returns:
      The feedback type
    • getThrowable

      Throwable getThrowable()
      The Throwable associated with this feedback, or null

      Supported API: true
      Returns:
      Throwable or null
    • getMessage

      String getMessage()
      The message associated with this feedback, or null

      Supported API: true
      Returns:
      A localized message or null