Interface IrcEndpointBuilderFactory.IrcBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- IrcEndpointBuilderFactory
public static interface IrcEndpointBuilderFactory.IrcBuilders
-
Method Summary
Modifier and TypeMethodDescriptionirc()IRC (camel-irc) Send and receive messages to/from and IRC chat.IRC (camel-irc) Send and receive messages to/from and IRC chat.IRC (camel-irc) Send and receive messages to/from and IRC chat.
-
Method Details
-
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
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:portPath 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
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:portPath 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 namepath- hostname:port- Returns:
- the dsl builder
-