Package org.graylog2.indexer.messages
package org.graylog2.indexer.messages
-
ClassDescriptionThis is only used for reuse of a wait strategyThe purpose of this interface is to provide access to certain properties of a
Messagewhile ensuring that it can't be changed anymore.Context 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.