See: Description
Interface | Description |
---|---|
AckHandler |
A callback interface for handling NATS Streaming message acknowledgements.
|
MessageHandler |
A MessageHandler object is used as a callback to receive asynchronously delivered messages.
|
StreamingConnection |
A
StreamingConnection object is a client's active connection to the nats streaming
data system. |
Subscription |
A client uses a
Subscription object to receive messages that have been published to a
subject. |
Class | Description |
---|---|
Message |
A
Message object is used to send a message containing a stream of uninterpreted bytes. |
NatsStreaming | |
Options | |
Options.Builder | |
StreamingConnectionFactory |
A
StreamingConnectionFactory object encapsulates a set of connection configuration
options. |
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?