See: Description
| Interface | Description |
|---|---|
| AckHandler |
A callback interface for handling STAN message acks.
|
| Connection |
A
Connection object is a client's active connection to the STAN streaming data system. |
| MessageHandler |
A MessageHandler object is used as a callback to receive asynchronously delivered messages.
|
| Subscription |
A client uses a
Subscription object to receive messages that have been published to a
subject. |
| Class | Description |
|---|---|
| ConnectionFactory |
A
ConnectionFactory object encapsulates a set of connection configuration options. |
| Message |
A
Message object is used to send a message containing a stream of uninterpreted bytes. |
| SubscriptionOptions |
A SubscriptionOptions object defines the configurable parameters of a STAN Subscription object.
|
| SubscriptionOptions.Builder |
A Builder implementation for creating an immutable
SubscriptionOptions object. |
This is the description?
Copyright © 2016 Apcera, Inc.. All rights reserved.