FileUploadNotificationReceiverLinkHandler Class

  • java.lang.Object
    • BaseHandler
      • ReceiverLinkHandler
        • com.microsoft.azure.sdk.iot.service.transport.amqps.FileUploadNotificationReceiverLinkHandler

public class FileUploadNotificationReceiverLinkHandler

Constructor Summary

Constructor Description
FileUploadNotificationReceiverLinkHandler(Receiver link, LinkStateCallback linkStateCallback, Function<FileUploadNotification, AcknowledgementType> fileUploadNotificationReceivedCallback)

Method Summary

Modifier and Type Method and Description
void onDelivery(Event event)

Event handler for the on delivery event

Inherited Members

com.microsoft.azure.sdk.iot.service.transport.amqps.ReceiverLinkHandler.onLinkInit(Event) com.microsoft.azure.sdk.iot.service.transport.amqps.ReceiverLinkHandler.onLinkLocalClose(Event) com.microsoft.azure.sdk.iot.service.transport.amqps.ReceiverLinkHandler.onLinkLocalOpen(Event) com.microsoft.azure.sdk.iot.service.transport.amqps.ReceiverLinkHandler.onLinkRemoteClose(Event) com.microsoft.azure.sdk.iot.service.transport.amqps.ReceiverLinkHandler.onLinkRemoteOpen(Event)

Constructor Details

FileUploadNotificationReceiverLinkHandler

public FileUploadNotificationReceiverLinkHandler(Receiver link, LinkStateCallback linkStateCallback, Function fileUploadNotificationReceivedCallback)

Parameters:

link
linkStateCallback
fileUploadNotificationReceivedCallback

Method Details

onDelivery

public void onDelivery(Event event)

Event handler for the on delivery event

Parameters:

event - The proton event object

Applies to