com.ibm.broker.config.appdev.nodes

Class KafkaProducerNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class KafkaProducerNode
    extends Node

    KafkaProducerNode instance

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       7.0.0.2 Release
     
    See Also:
    Serialized Form
    • Constructor Detail

      • KafkaProducerNode

        public KafkaProducerNode()
    • Method Detail

      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setConnectorName

        public KafkaProducerNode setConnectorName(java.lang.String value)
        Set the KafkaProducerNode "ConnectorName" property
        Parameters:
        value - String ; the value to set the property "ConnectorName"
      • getConnectorName

        public java.lang.String getConnectorName()
        Get the KafkaProducerNode "ConnectorName" property
        Returns:
        String; the value of the property "ConnectorName"
      • setTopicName

        public KafkaProducerNode setTopicName(java.lang.String value)
        Set the KafkaProducerNode "Topic name" property
        Parameters:
        value - String ; the value to set the property "Topic name"
      • getTopicName

        public java.lang.String getTopicName()
        Get the KafkaProducerNode "Topic name" property
        Returns:
        String; the value of the property "Topic name"
      • setBootstrapServers

        public KafkaProducerNode setBootstrapServers(java.lang.String value)
        Set the KafkaProducerNode "Bootstrap servers" property
        Parameters:
        value - String ; the value to set the property "Bootstrap servers"
      • getBootstrapServers

        public java.lang.String getBootstrapServers()
        Get the KafkaProducerNode "Bootstrap servers" property
        Returns:
        String; the value of the property "Bootstrap servers"
      • setClientId

        public KafkaProducerNode setClientId(java.lang.String value)
        Set the KafkaProducerNode "Client ID" property
        Parameters:
        value - String ; the value to set the property "Client ID"
      • getClientId

        public java.lang.String getClientId()
        Get the KafkaProducerNode "Client ID" property
        Returns:
        String; the value of the property "Client ID"
      • setUseClientIdSuffix

        public KafkaProducerNode setUseClientIdSuffix(boolean value)
        Set the KafkaProducerNode "Add App Connect Enterprise suffix to client ID" property
        Parameters:
        value - boolean ; the value to set the property "Add App Connect Enterprise suffix to client ID"
      • getUseClientIdSuffix

        public boolean getUseClientIdSuffix()
        Get the KafkaProducerNode "Add App Connect Enterprise suffix to client ID" property
        Returns:
        boolean; the value of the property "Add App Connect Enterprise suffix to client ID"
      • setTimeout

        public KafkaProducerNode setTimeout(int value)
        Set the KafkaProducerNode "Timeout (sec)" property
        Parameters:
        value - int ; the value to set the property "Timeout (sec)"
      • getTimeout

        public int getTimeout()
        Get the KafkaProducerNode Timeout (sec) property
        Returns:
        int; the value of the property "Timeout (sec)"
      • setSslProtocol

        public KafkaProducerNode setSslProtocol(java.lang.String value)
        Set the KafkaProducerNode "SSL protocol" property
        Parameters:
        value - String ; the value to set the property "SSL protocol"
      • getSslProtocol

        public java.lang.String getSslProtocol()
        Get the KafkaProducerNode "SSL protocol" property
        Returns:
        String; the value of the property "SSL protocol"
      • setSecurityIdentity

        public KafkaProducerNode setSecurityIdentity(java.lang.String value)
        Set the KafkaProducerNode "Security identity" property
        Parameters:
        value - String ; the value to set the property "Security identity"
      • getSecurityIdentity

        public java.lang.String getSecurityIdentity()
        Get the KafkaProducerNode "Security identity" property
        Returns:
        String; the value of the property "Security identity"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name