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 0571c98 commit 2132f23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions server-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ There are comments in the example code to explain the intention of each method i

[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.

## License

[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.nats.slp;
package io.nats.pool;

import io.nats.client.Options;
import io.nats.client.impl.NatsServerPool;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.nats.slp;
package io.nats.pool;

import io.nats.client.Connection;
import io.nats.client.Nats;
Expand Down

0 comments on commit 2132f23

Please sign in to comment.