public class SubscribeHandler extends net.openhft.chronicle.wire.channel.AbstractHandler<SubscribeHandler>
| Constructor and Description |
|---|
SubscribeHandler() |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.wire.channel.ChronicleChannel |
asInternalChannel(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg) |
boolean |
closeWhenRunEnds() |
void |
run(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannel channel) |
String |
subscribe() |
SubscribeHandler |
subscribe(String subscribe) |
net.openhft.chronicle.bytes.SyncMode |
syncMode() |
SubscribeHandler |
syncMode(net.openhft.chronicle.bytes.SyncMode syncMode) |
sessionName, sessionName, systemContext, systemContextusesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitsessionName, sessionName, systemContext, systemContext$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValuepublic String subscribe()
public SubscribeHandler subscribe(String subscribe)
public net.openhft.chronicle.bytes.SyncMode syncMode()
public SubscribeHandler syncMode(net.openhft.chronicle.bytes.SyncMode syncMode)
public void run(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannel channel)
public boolean closeWhenRunEnds()
public net.openhft.chronicle.wire.channel.ChronicleChannel asInternalChannel(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg)
Copyright © 2023. All rights reserved.