| Package | Description |
|---|---|
| io.nats.benchmark | |
| io.nats.client |
This is the Java client API for NATS, including classes and interfaces for interacting with the
NATS server.
|
| Class and Description |
|---|
| Connection
A
Connection object is a client's active connection to NATS. |
| Class and Description |
|---|
| ClosedCallback
When a
Connection is closed for any reason, the Connection object's
ClosedCallback is notifed, if one has been registered. |
| Connection
A
Connection object is a client's active connection to NATS. |
| ConnectionEvent
A
ConnectionEvent object contains information about about an asynchronous event that has
occurred on a connection. |
| ConnectionFactory
A
ConnectionFactory object encapsulates a set of connection configuration options. |
| Constants.ConnState
Connection states for
AbstractConnection.getState(). |
| DisconnectedCallback
When a
Connection is disconnected for any reason, the Connection
object's DisconnectedCallback is notifed, if one has been registered. |
| ExceptionHandler
If NATS detects a serious problem with a
Connection object, it informs
the Connection object's ExceptionHandler, if one has been registered. |
| 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.
|
| NATSException |
| NUID |
| ReconnectedCallback
When a previously disconnected
Connection is reconnected to a NATS server, the
Connection object's ReconnectedCallback is notified, if one has been registered. |
| Subscription
A client uses a
Subscription object to receive messages that have been published to a
subject. |
Copyright © 2015–2016 Apcera, Inc.. All rights reserved.