Uses of Interface
org.graylog2.indexer.messages.ImmutableMessage
Packages that use ImmutableMessage
-
Uses of ImmutableMessage in org.graylog2.indexer.messages
Classes in org.graylog2.indexer.messages that implement ImmutableMessageModifier and TypeClassDescriptionclassWraps aMessageby making it immutable and caching the result ofSerializationMemoizingMessage.serialize(SerializationContext)calls.Methods in org.graylog2.indexer.messages that return ImmutableMessageModifier and TypeMethodDescriptionMessageWithIndex.message()Returns the value of themessagerecord component.static ImmutableMessageConstructors in org.graylog2.indexer.messages with parameters of type ImmutableMessageModifierConstructorDescriptionMessageWithIndex(ImmutableMessage message, IndexSet indexSet) Creates an instance of aMessageWithIndexrecord class. -
Uses of ImmutableMessage in org.graylog2.outputs.filter
Methods in org.graylog2.outputs.filter that return ImmutableMessageModifier and TypeMethodDescriptionDefaultFilteredMessage.message()Returns the value of themessagerecord component.FilteredMessage.message()The Message object.Constructors in org.graylog2.outputs.filter with parameters of type ImmutableMessageModifierConstructorDescriptionDefaultFilteredMessage(ImmutableMessage message, com.google.common.collect.Multimap<String, Stream> destinations) Creates an instance of aDefaultFilteredMessagerecord class.