Skip to content

Commit

Permalink
Server Pool Update
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Oct 28, 2024
1 parent 2132f23 commit 5f5bb60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ The ExampleServerPool class extends the internal implementation, NatsServerPool.
There are comments in the example code to explain the intention of each method in the interface and custom methods in the implementation.

## Source Code

[ServerPool](https://github.com/nats-io/nats.java/blob/main/src/main/java/io/nats/client/ServerPool.java) interface.

[NatsServerPool](https://github.com/nats-io/nats.java/blob/main/src/main/java/io/nats/client/impl/NatsServerPool.java) implementation.

[ExampleServerPool](src/main/java/io/nats/pool/ExampleServerPool.java) example code.

[Main](src/main/java/io/nats/pool/Main.java) example ho to initialize the connection with the custom implementation.

## License

[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit 5f5bb60

Please sign in to comment.