Method and Description |
---|
io.nats.client.Subscription.getQueuedMessageCount()
use getPending instead
|
io.nats.client.ConnectionFactory.getSslContext()
use
ConnectionFactory.getSSLContext() instead.
Returns the SSLContext for this connection factory |
io.nats.client.ConnectionFactory.setSslContext(SSLContext)
use
ConnectionFactory.setSSLContext(javax.net.ssl.SSLContext) instead.
Sets the SSLContext for this connection factory |
io.nats.client.AsyncSubscription.start() |
Copyright © 2015–2016 Apcera, Inc.. All rights reserved.