@FunctionalInterface public interface WireParselet
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CharSequence s,
ValueIn in)
Consumes and processes a wire input based on a given character sequence
and a value input.
|
void accept(CharSequence s, ValueIn in) throws net.openhft.chronicle.core.io.InvalidMarshallableException
s - The character sequence (usually representing a key) from the wire input.in - The value associated with the key in the wire input.net.openhft.chronicle.core.io.InvalidMarshallableException - If there's an issue with processing the data.Copyright © 2024. All rights reserved.