Interface ExactMatchHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ExactMatchHandler
Functional interface for handling exact chat message matches.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onExactMatch(String message, String matchId)
    Called when a chat message exactly matches a registered string.
  • Method Details

    • onExactMatch

      void onExactMatch(String message, String matchId)
      Called when a chat message exactly matches a registered string.
      Parameters:
      message - The exact message that was matched
      matchId - The ID of the match that triggered