Field and Description |
---|
io.nats.client.Options.PROP_UTF8_SUBJECTS
Plans are to remove allowing utf8mode
This property is used to enable support for UTF8 subjects. See
supportUTF8Subjcts() |
Method and Description |
---|
io.nats.client.PushSubscribeOptions.bind(String)
This method is no longer used as bind has a different meaning.
See
PushSubscribeOptions.stream(String) instead. |
io.nats.client.Options.getPassword()
converts the char array to a string, use getPasswordChars instead for more security
|
io.nats.client.api.PurgeResponse.getPurgedCount()
This method is replaced since the purged value is a long
value, not an int value
See
PurgeResponse.getPurged() instead. |
io.nats.client.Options.getToken()
converts the char array to a string, use getTokenChars instead for more security
|
io.nats.client.Options.getUsername()
converts the char array to a string, use getUserNameChars instead for more security
|
io.nats.client.support.JsonUtils.number_pattern(String) |
io.nats.client.Options.supportUTF8Subjects()
Plans are to remove allowing utf8mode
|
io.nats.client.Options.Builder.supportUTF8Subjects()
Plans are to remove allowing utf8mode
|
io.nats.client.Options.Builder.token(String)
use the char[] version instead for better security
|
io.nats.client.Options.Builder.userInfo(String, String)
use the char[] version instead for better security
|