| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
DocumentContext |
DocumentWritten.acquireWritingDocument(boolean metaData)
Start or reuse an existing a DocumentContext, optionally call close() when done.
|
DocumentContext |
MarshallableOut.acquireWritingDocument(boolean metaData)
Start or reuse an existing a DocumentContext, optionally call close() when done.
|
default void |
MarshallableOut.writeBytes(@NotNull net.openhft.chronicle.bytes.WriteBytesMarshallable marshallable) |
default <T> void |
MarshallableOut.writeDocument(T t,
@NotNull BiConsumer<ValueOut,T> writer)
Write an object with a custom marshalling.
|
default void |
MarshallableOut.writeDocument(@NotNull WriteMarshallable writer)
Write the Marshallable as a document/message
|
default void |
MarshallableOut.writeMap(@NotNull Map<?,?> map)
Write a Map as a marshallable
|
default void |
MarshallableOut.writeMessage(String eventName,
Object value) |
default void |
MarshallableOut.writeMessage(WireKey key,
Object value)
Wrie a key and value which could be a scalar or a marshallable.
|
default void |
MarshallableOut.writeText(@NotNull CharSequence text) |
default @NotNull DocumentContext |
MarshallableOut.writingDocument()
Start a document which is completed when DocumentContext.close() is called.
|
DocumentContext |
DocumentWritten.writingDocument(boolean metaData)
Start a new DocumentContext, must always call close() when done.
|
DocumentContext |
MarshallableOut.writingDocument(boolean metaData)
Start a new DocumentContext, must always call close() when done.
|
Copyright © 2020. All rights reserved.