Interface FilteredMessage

All Known Implementing Classes:
DefaultFilteredMessage

public interface FilteredMessage
A filtered message that contains output destination information.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.collect.Multimap<String,Stream>
    A multimap of destination streams.
    boolean
    Whether the message has been indexed or not.
    The Message object.
  • Method Details

    • message

      ImmutableMessage message()
      The Message object.
      Returns:
      the message
    • destinations

      com.google.common.collect.Multimap<String,Stream> destinations()
      A multimap of destination streams.
      Returns:
      multimap of destination streams
    • isIndexed

      boolean isIndexed()
      Whether the message has been indexed or not.
      Returns:
      true if the message has been indexed. Otherwise, false.