Interface IrcEndpointBuilderFactory.IrcBuilders

    • Method Detail

      • irc

        default IrcEndpointBuilderFactory.IrcHeaderNameBuilder irc()
        IRC (camel-irc) Send and receive messages to/from and IRC chat. Category: chat Since: 1.1 Maven coordinates: org.apache.camel:camel-irc
        Returns:
        the dsl builder for the headers' name.
      • irc

        default IrcEndpointBuilderFactory.IrcEndpointBuilder irc​(String path)
        IRC (camel-irc) Send and receive messages to/from and IRC chat. Category: chat Since: 1.1 Maven coordinates: org.apache.camel:camel-irc Syntax: irc:hostname:port Path parameter: hostname (required) Hostname for the IRC chat server Path parameter: port Port number for the IRC chat server. If no port is configured then a default port of either 6667, 6668 or 6669 is used.
        Parameters:
        path - hostname:port
        Returns:
        the dsl builder
      • irc

        default IrcEndpointBuilderFactory.IrcEndpointBuilder irc​(String componentName,
                                                                 String path)
        IRC (camel-irc) Send and receive messages to/from and IRC chat. Category: chat Since: 1.1 Maven coordinates: org.apache.camel:camel-irc Syntax: irc:hostname:port Path parameter: hostname (required) Hostname for the IRC chat server Path parameter: port Port number for the IRC chat server. If no port is configured then a default port of either 6667, 6668 or 6669 is used.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - hostname:port
        Returns:
        the dsl builder