RichardHightower / nats-java2

NATS Java Client
Apache License 2.0
1 stars 0 forks source link

Implement ServerInformation parse #3

Open RichardHightower opened 4 years ago

RichardHightower commented 4 years ago
 public static ServerInformation parse(byte[] bytes) {
        //TODO
        return null;
    }