See: Description
| Package | Description |
|---|---|
| nats.io |

NATS Server is a simple, high performance open source messaging system for cloud native applications, IoT messaging, and microservices architectures. This Java API opens the server to Java applications. The API is performant, supporting millions of messages a second, and easy to use.
The server runner allows you start a NATS server from java code. The most typical use is for executing unit tests against a live server.
This package is implemented with Java 8 features.