| Class and 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. |
| Message
A
Message object is used to send a message containing a stream of uninterpreted bytes. |
| 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. |
| SubscriptionOptions
A SubscriptionOptions object defines the configurable parameters of a STAN Subscription object.
|
| SubscriptionOptions.Builder
A Builder implementation for creating an immutable
SubscriptionOptions object. |
Copyright © 2016 Apcera, Inc.. All rights reserved.