| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaMessageHistory
Array-backed
MessageHistory storing source identifiers, message indices and
processing timestamps. |
| Modifier and Type | Field and Description |
|---|---|
protected MessageHistory |
AbstractGeneratedMethodReader.messageHistory |
| Modifier and Type | Method and Description |
|---|---|
static MessageHistory |
MessageHistory.get()
Retrieves the thread-local
MessageHistory instance for the
message being processed. |
| Modifier and Type | Method and Description |
|---|---|
int |
MessagePathClassifier.pathFor(MessageHistory messageHistory)
Determines the
pathId for the supplied history. |
static void |
MessageHistory.set(MessageHistory md)
You only need to call this if you wish to override its behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGeneratedMethodReader.historyConsumer(Consumer<MessageHistory> historyConsumer)
Sets a
Consumer that receives MessageHistory objects. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.