| 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.
|
| Constructor and Description |
|---|
Sample(int jobCount,
int msgSize,
long start,
long end,
Connection nc)
Constructs a new benchmark sample.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionFactory.createConnection()
Creates an active connection to a NATS server
|
Connection |
NATSException.getConnection() |
Connection |
ConnectionEvent.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
NATSException.setConnection(Connection nc) |
| Constructor and Description |
|---|
NATSException(Throwable e,
Connection nc,
Subscription sub) |
Copyright © 2015–2016 Apcera, Inc.. All rights reserved.