Package | Description |
---|---|
io.nats.client |
This is the Java client API for NATS, including classes and interfaces for interacting with the
NATS server.
|
Modifier and Type | Method and Description |
---|---|
void |
ClosedCallback.onClose(ConnectionEvent event)
This callback notification method is invoked when the
Connection is closed. |
void |
DisconnectedCallback.onDisconnect(ConnectionEvent event)
This callback notification method is invoked when the
Connection is disconnected. |
void |
ReconnectedCallback.onReconnect(ConnectionEvent event)
This callback notification method is invoked when the
Connection is successfully
reconnected. |
Copyright © 2015–2016 Apcera, Inc.. All rights reserved.