Interface MentionFinder

All Known Implementing Classes:
MentionFinderImpl

public interface MentionFinder
Given string content this class will return a set of usernames that were found in the content prefixed with
Since:
5.0
  • Method Details

    • getMentionedUsernames

      Iterable<String> getMentionedUsernames(String content)
      Get all usernames mentioned in the content
      Parameters:
      content - the content
      Returns:
      the usernames that were mentioned