U - the type of each element in that collection@FunctionalInterface public interface CollectionWireHandler<U,C extends Collection<U>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CollectionWireHandler.Params |
static class |
CollectionWireHandler.SetEventId |
| Modifier and Type | Method and Description |
|---|---|
void |
process(net.openhft.chronicle.wire.Wire in,
net.openhft.chronicle.wire.Wire out,
C collection,
CharSequence csp,
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,U> toWire,
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> fromWire,
java.util.function.Supplier<C> factory,
long tid) |
void process(net.openhft.chronicle.wire.Wire in,
net.openhft.chronicle.wire.Wire out,
C collection,
CharSequence csp,
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,U> toWire,
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> fromWire,
java.util.function.Supplier<C> factory,
long tid)
throws StreamCorruptedException
StreamCorruptedExceptionCopyright © 2015. All rights reserved.