FileUploadNotificationReceiver Class
Definition
public class FileUploadNotificationReceiver extends Receiver
- Inheritance
Inherited Members
Methods
| close() |
Close AmqpReceive object |
| closeAsync() |
Async wrapper for close() operation |
| open() |
Open AmqpReceive object |
| openAsync() |
Async wrapper for open() operation |
| receive() |
Receive FileUploadNotification with default timeout QoS for receiving file upload notifications is at least once This function is synchronized internally so that only one receive operation is allowed at a time. In order to do more receive operations at a time, you will need to instantiate another FileUploadNotificationReceiver instance. |
| receive(long timeoutMs) |
Receive FileUploadNotification with specific timeout QoS for receiving file upload notifications is at least once This function is synchronized internally so that only one receive operation is allowed at a time. In order to do more receive operations at a time, you will need to instantiate another FileUploadNotificationReceiver instance. |
| receiveAsync() |
Async wrapper for receive() operation with default timeout QoS for receiving file upload notifications is at least once |
| receiveAsync(long timeoutMs) |
Async wrapper for receive() operation with specific timeout QoS for receiving file upload notifications is at least once |