| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaMessageHistory
The
VanillaMessageHistory class is an implementation of MessageHistory that
provides an array-backed history of messages. |
| Modifier and Type | Field and Description |
|---|---|
protected MessageHistory |
AbstractGeneratedMethodReader.messageHistory |
| Modifier and Type | Method and Description |
|---|---|
static MessageHistory |
MessageHistory.get()
Returns the
MessageHistory to update it or read it. |
| Modifier and Type | Method and Description |
|---|---|
int |
MessagePathClassifier.pathFor(MessageHistory messageHistory)
Deprecated.
Determines the path ID for a specific
MessageHistory. |
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 for processing message history.
|
Copyright © 2024. All rights reserved.