public interface AsyncSubscription
| Modifier and Type | Method and Description |
|---|---|
void |
applySubscribe()
Implement this to establish a subscription with the server
|
void |
onClose()
called when the socket connection is closed
|
void |
onConsumer(net.openhft.chronicle.wire.WireIn inWire)
Implement this to consume the subscription
|
long |
tid()
returns the unique tid that will be used in the subscription, this tid must be unique per
socket connection
|
long tid()
void applySubscribe()
void onConsumer(@NotNull
net.openhft.chronicle.wire.WireIn inWire)
inWire - the wire to write the subscription tovoid onClose()
Copyright © 2016. All rights reserved.