Class 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 Detail

      • 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 Detail

      • 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.