All Known Implementing Classes:
FeedbackNodeProvider

public interface FeedbackProvider
Represents a provider for Feedback.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the feedback with the specified key.
  • Method Details

    • getFeedback

      @Nullable Feedback getFeedback(String key) throws Exception
      Gets the feedback with the specified key.
      Parameters:
      key - the key of the feedback
      Returns:
      the feedback with the specified key, or null if not found
      Throws:
      Exception