public abstract class AbstractAsyncTemporarySubscription extends AbstractAsyncSubscription implements AsyncTemporarySubscription
| Constructor and Description |
|---|
AbstractAsyncTemporarySubscription(TcpChannelHub hub,
String csp,
byte id,
String name) |
AbstractAsyncTemporarySubscription(TcpChannelHub hub,
String csp,
String name) |
applySubscribe, onClose, onSubscribe, tid, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplySubscribe, onClose, onConsumer, tidpublic AbstractAsyncTemporarySubscription(@NotNull
TcpChannelHub hub,
@Nullable
String csp,
String name)
hub - handles the tcp connectivity.csp - the url of the subscription.name - the name of the subscriptionpublic AbstractAsyncTemporarySubscription(@NotNull
TcpChannelHub hub,
@Nullable
String csp,
byte id,
String name)
hub - handles the tcp connectivity.csp - the url of the subscription.id - use as a seed to the tid, makes unique tid's makes reading the logs easier.name - the name of the subscriptionCopyright © 2016. All rights reserved.