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 Queue<java.util.function.Consumer<net.openhft.chronicle.wire.Wire>> |
publisher |
protected RequestContext |
requestContext |
protected T |
subscription |
| 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
|
nullCheckprotected net.openhft.chronicle.wire.Wire outWire
protected T extends Subscription subscription
protected RequestContext requestContext
protected Queue<java.util.function.Consumer<net.openhft.chronicle.wire.Wire>> 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)
tid - the tidvalueIn - the value in from the wireCopyright © 2015. All rights reserved.