ProtonReceiver

@author <a href="http://tfox.org">Tim Fox</a>

Members

Functions

drain
ProtonReceiver drain(long timeout, Handler!Void completionHandler)

Initiates a 'drain' of link credit from the remote sender.

flow
ProtonReceiver flow(int credits)

Grants the given number of message credits to the sender.

getPrefetch
int getPrefetch()

Get the current prefetch value.

handler
ProtonReceiver handler(ProtonMessageHandler handler)

Sets the handler to process messages as they arrive. Should be set before opening unless prefetch is disabled and credit is being manually controlled.

isAutoAccept
bool isAutoAccept()

Get whether the receiver is auto accepting.

setAutoAccept
ProtonReceiver setAutoAccept(bool autoAccept)

Sets whether received deliveries should be automatically accepted (and settled) after the message handler runs for them, if no other disposition has been applied during handling.

setPrefetch
ProtonReceiver setPrefetch(int messages)

Sets the number of message credits the receiver grants and replenishes automatically as messages are delivered.

Meta