Class IotHubMessageSource


  • public final class IotHubMessageSource
    extends SourceNodeBase
    IoT Hub Message source allows for the pipeline to consume messages from the IoT Edge Hub. Messages can be routed from other IoT modules via routes declared in the IoT Edge deployment manifest.
    • Constructor Detail

      • IotHubMessageSource

        public IotHubMessageSource​(String name)
        Creates an instance of IotHubMessageSource class.
        Parameters:
        name - the name value to set.
    • Method Detail

      • getHubInputName

        public String getHubInputName()
        Get the hubInputName property: Name of the IoT Edge Hub input from which messages will be consumed.
        Returns:
        the hubInputName value.
      • setHubInputName

        public IotHubMessageSource setHubInputName​(String hubInputName)
        Set the hubInputName property: Name of the IoT Edge Hub input from which messages will be consumed.
        Parameters:
        hubInputName - the hubInputName value to set.
        Returns:
        the IotHubMessageSource object itself.