public class SubscriptionHandler<T extends Subscription> extends AbstractHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionHandler.SubscriptionEventID |
| Modifier and Type | Field and Description |
|---|---|
protected AssetTree |
assetTree |
protected net.openhft.chronicle.wire.Wire |
outWire |
protected net.openhft.chronicle.network.connection.WireOutPublisher |
publisher |
protected RequestContext |
requestContext |
protected T |
subscription |
connectionClosed| Constructor and Description |
|---|
SubscriptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
after(StringBuilder eventName)
after writing the tid to the wire
|
protected boolean |
before(Long tid,
net.openhft.chronicle.wire.ValueIn valueIn)
before writing the tid to the wire
|
nullCheck, onEndOfConnectionprotected net.openhft.chronicle.wire.Wire outWire
protected T extends Subscription subscription
protected RequestContext requestContext
protected net.openhft.chronicle.network.connection.WireOutPublisher publisher
protected AssetTree assetTree
protected boolean after(StringBuilder eventName)
eventName - the name of the eventprotected boolean before(Long tid, net.openhft.chronicle.wire.ValueIn valueIn) throws AssetNotFoundException
tid - the tidvalueIn - the value in from the wireAssetNotFoundExceptionCopyright © 2015. All rights reserved.