| Package | Description |
|---|---|
| net.openhft.chronicle.network.connection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncTemporarySubscription
TemporarySubscriptions are not re-established after a socket disconnection
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncSubscription
Created by Rob Austin
|
class |
AbstractAsyncTemporarySubscription |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpChannelHub.subscribe(AsyncSubscription asyncSubscription)
sets up subscriptions with the server, even if the socket connection is down, the
subscriptions will be re-establish with the server automatically once it comes back up.
|
void |
TcpChannelHub.subscribe(AsyncSubscription asyncSubscription,
boolean tryLock) |
Copyright © 2016. All rights reserved.