Package org.graylog2.indexer.messages
package org.graylog2.indexer.messages
-
ClassDescriptionThe purpose of this interface is to provide access to certain properties of a
Messagewhile ensuring that it can't be changed anymore.This is only used for reuse of a wait strategyContext required to serialize an indexable object into a form required by the indexer.Wraps aMessageby making it immutable and caching the result ofSerializationMemoizingMessage.serialize(SerializationContext)calls.