Class | Qpid::Proton::Sender |
In: |
lib/core/sender.rb
|
Parent: | Link |
The sending endpoint.
@see Receiver
Signals the availability of deliveries.
@param n [Fixnum] The number of deliveries potentially available.
Sends the specified data to the remote endpoint.
@param object [Object] The content to send. @param tag [Object] The tag
@return [Fixnum] The number of bytes sent.
Send the specified bytes as part of the current delivery.
@param bytes [Array] The bytes to send.
@return n [Fixnum] The number of bytes sent.