| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterizeWireKey
This WireKey expects paramaters to follow in a marshallable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodWireKey |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
ParameterizeWireKey.params() |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
ParameterizeWireKey.params() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WireKey.checkKeys(@NotNull WireKey[] keys) |
@NotNull ValueIn |
BinaryWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
RawWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
WireIn.read(@NotNull WireKey key)
Read the field if present which must match the WireKey.
|
@NotNull ValueIn |
CSVWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
TextWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
YamlWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
AbstractAnyWire.read(@NotNull WireKey key) |
default @NotNull VanillaWireParser |
WireParser.register(WireKey key,
WireParselet valueInConsumer) |
@NotNull VanillaWireParser |
VanillaWireParser.register(@NotNull WireKey key,
WireParselet valueInConsumer) |
default @NotNull VanillaWireParser |
WireParser.registerOnce(WireKey key,
WireParselet valueInConsumer) |
@NotNull ValueOut |
BinaryWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
RawWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
YamlWireOut.write(@NotNull WireKey key) |
@NotNull ValueOut |
QueryWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
WireOut.write(WireKey key)
Write a key for wires that support fields.
|
@NotNull ValueOut |
AbstractAnyWire.write(WireKey key) |
@NotNull ValueOut |
HashWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
BinaryWire.writeEventName(@NotNull WireKey key) |
@NotNull ValueOut |
RawWire.writeEventName(@NotNull WireKey key) |
default @NotNull ValueOut |
WireOut.writeEventName(WireKey key)
Always write a key.
|
default void |
MarshallableOut.writeMessage(WireKey key,
Object value)
Wrie a key and value which could be a scalar or a marshallable.
|
Copyright © 2023. All rights reserved.