| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncSubscription
A client uses an
AsyncSubscription object to receive messages from a subject. |
interface |
SyncSubscription
A client uses an
SyncSubscription object to receive
messages from a subject synchronously. |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
NATSException.getSubscription() |
Subscription |
Message.getSubscription()
Returns the
Subscription object the message was received on |
| Modifier and Type | Method and Description |
|---|---|
void |
NATSException.setSubscription(Subscription sub) |
| Constructor and Description |
|---|
NATSException(Throwable e,
Connection nc,
Subscription sub) |
Copyright © 2015–2016 Apcera, Inc.. All rights reserved.