Interface MessageCriteria


public interface MessageCriteria
A predicate used to select mapping result objects in a call to MessageContext.getMessagesByCriteria(MessageCriteria).
Author:
Keith Donald
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Message message)
    Tests if the message meets this criteria.
  • Method Details

    • test

      boolean test(Message message)
      Tests if the message meets this criteria.
      Parameters:
      message - the message
      Returns:
      true if this criteria is met for the message, false if not