| Class and Description |
|---|
| AckHandler
A callback interface for handling NATS Streaming message acknowledgements.
|
| 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.
|
| Options |
| Options.Builder |
| StreamingConnection
A
StreamingConnection object is a client's active connection to the STAN streaming
data system. |
| 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–2018 NATS.io. All rights reserved.