public class MapWireHandler<K,V> extends Object implements java.util.function.Consumer<net.openhft.chronicle.wire.WireHandlers>
| Modifier and Type | Class and Description |
|---|---|
static class |
MapWireHandler.EventId |
| Constructor and Description |
|---|
MapWireHandler(Map<Long,String> cidToCsp) |
| 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,
Map<K,V> map,
CharSequence csp,
long tid,
MapHandlerFunction<K,V> mapHandlerFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic MapWireHandler(@NotNull
Map<Long,String> cidToCsp)
throws IOException
IOExceptionpublic void process(@NotNull
net.openhft.chronicle.wire.Wire in,
@NotNull
net.openhft.chronicle.wire.Wire out,
@NotNull
Map<K,V> map,
@NotNull
CharSequence csp,
long tid,
@NotNull
MapHandlerFunction<K,V> mapHandlerFunction)
throws StreamCorruptedException
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.