ConnectionStateListener to the client.Nats instance.Nats instance.MessageHandler instance with this subscription that will be invoked every time the
subscription receives a message.MessageIterator that is backed by a LinkedBlockingQueue.ConnectionStateListener.onConnectionStateChange(Nats, nats.client.ConnectionStateListener.State) and
MessageHandler.onMessage(Message).Nats instance and asynchronously connects to the first Nats server provided using the
#addHost methods.Message interface.Subscription interface.EventLoopGroup to use for connecting to the Nats server(s).true if this iterator is open.true if the message originated from a request, false if the message originated from a
publish.MessageIterator that can be used for fetching messages from this subscription in a
blocking manner.Iterator for fetching Nats subscription messages in a blocking manner.Nats to use primarily for testing purposes.Nats client that has been closed.Message sent by the Nats server.Message sent by the Nats server within the specified time limit.MessageHandler or
MessageHandler or to cancel recurring publishes.UnsupportedOperationException since you obviously can't remove a message after it has been
received.Registration.ServerFrame objects to binary to be sent over the network.Copyright © 2015. All Rights Reserved.