Class IotHubMessageSink

java.lang.Object
com.azure.media.videoanalyzer.edge.models.SinkNodeBase
com.azure.media.videoanalyzer.edge.models.IotHubMessageSink

public final class IotHubMessageSink extends SinkNodeBase
IoT Hub Message sink allows for pipeline messages to published into the IoT Edge Hub. Published messages can then be delivered to the cloud and other modules via routes declared in the IoT Edge deployment manifest.
  • Constructor Details

    • IotHubMessageSink

      public IotHubMessageSink(String name, List<NodeInput> inputs, String hubOutputName)
      Creates an instance of IotHubMessageSink class.
      Parameters:
      name - the name value to set.
      inputs - the inputs value to set.
      hubOutputName - the hubOutputName value to set.
  • Method Details

    • getHubOutputName

      public String getHubOutputName()
      Get the hubOutputName property: Name of the Iot Edge Hub output to which the messages will be published.
      Returns:
      the hubOutputName value.