public class CollectionWireHandlerProcessor<U,C extends Collection<U>> extends Object implements CollectionWireHandler<U,C>, java.util.function.Consumer<net.openhft.chronicle.wire.WireHandlers>
CollectionWireHandler.Params, CollectionWireHandler.SetEventId| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_OF_SIZE |
| Constructor and Description |
|---|
CollectionWireHandlerProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(net.openhft.chronicle.wire.WireHandlers wireHandlers) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final int SIZE_OF_SIZE
public void process(@NotNull
net.openhft.chronicle.wire.Wire in,
@NotNull
net.openhft.chronicle.wire.Wire out,
@NotNull
C collection,
@NotNull
CharSequence csp,
@NotNull
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,U> toWire,
@NotNull
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> fromWire,
@NotNull
java.util.function.Supplier<C> factory,
long tid)
throws StreamCorruptedException
process in interface CollectionWireHandler<U,C extends Collection<U>>StreamCorruptedExceptionpublic void accept(@NotNull
net.openhft.chronicle.wire.WireHandlers wireHandlers)
accept in interface java.util.function.Consumer<net.openhft.chronicle.wire.WireHandlers>Copyright © 2015. All rights reserved.